Skip to content

Commit

Permalink
Include artifact data in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bingbong-sempai committed Oct 23, 2023
1 parent 9b01412 commit 9dd58cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
name = "creditfile"
version = "0.1"
description = "Processing Zurich credit files."
authors = [{name = "Bingbong"}]
authors = [{name = "Bingbong"}]

[tool.setuptools.package-data]
"creditfile.artifacts" = ["*.txt", "*.pickle"]

0 comments on commit 9dd58cf

Please sign in to comment.