Skip to content

Commit

Permalink
💩 Avoid pypa/twine#753
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Sep 10, 2023
1 parent 410dc49 commit 2f9bde3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version", "dependencies", "optional-dependencies"]
# dynamic = ["version", "dependencies", "optional-dependencies"]
# https://github.com/pypa/twine/issues/753
dynamic = ["version"]
dependencies = ["platformdirs", "pygls", "tree-sitter"]

[project.optional-dependencies]
dev = ["pytest-cov"]
web = ["bitbake"]

[[project.authors]]
name = "Wu Zhenyu"
Expand Down

0 comments on commit 2f9bde3

Please sign in to comment.