Skip to content

Commit

Permalink
Update setuptools config
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jun 7, 2024
1 parent 4c5c065 commit aa7d6ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ dynamic = ["version", "dependencies"]
Source = "https://github.com/realshouzy/pynrw"

[tool.setuptools]
packages = ["nrw"]
license-files = ["LICENSE"]
platforms = ["any"]

[tool.setuptools.package-data]
datastructures = ["py.typed", "*.pyi"]

[tool.setuptools.dynamic]
version = { attr = "nrw.__version__" }
dependencies = { file = "requirements.txt" }
Expand Down

0 comments on commit aa7d6ac

Please sign in to comment.