Skip to content

Commit

Permalink
fixing pyproject.toml file for newer version of PIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nanthony21 committed Dec 8, 2023
1 parent c0056cf commit eb307d9
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 @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel", "setuptools_scm"] # PEP 508 specifications.

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

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

0 comments on commit eb307d9

Please sign in to comment.