Skip to content

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Oct 7, 2024
1 parent b6d66e7 commit 351c3e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,11 @@ Documentation = "https://pycrires.readthedocs.io"
Repository = "https://github.com/tomasstolker/pycrires"
Issues = "https://github.com/tomasstolker/pycrires/issues"

[tool.setuptools]
packages = ["pycrires"]

[tool.setuptools.dynamic]
dependencies = {file = "requirements.txt"}

[tool.setuptools.package-data]
mypkg = ["*.json"]

0 comments on commit 351c3e7

Please sign in to comment.