Skip to content

Commit

Permalink
fix pyproject.toml for setuptools update
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed Nov 21, 2023
1 parent 0edb29c commit 63ed80f
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 @@ -14,7 +14,7 @@ authors = [
readme = "README.md"
requires-python = ">=3.8, <3.11"
classifiers = ["License :: OSI Approved :: Apache License"]
dynamic = ["version", "description"]
dynamic = ["version", "description", "dependencies"]

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 63ed80f

Please sign in to comment.