Skip to content

Commit

Permalink
list setup.py fields as dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyates committed Jun 30, 2024
1 parent 722d271 commit f5bad15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "trecrun"
dynamic = ["version"]
dynamic = ["authors", "classifiers", "dependencies", "description", "readme", "requires-python", "version"]

[tool.black]
line-length = 130
Expand Down

0 comments on commit f5bad15

Please sign in to comment.