Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to pyproject.toml, remove setup.cfg, pyscaffold #79

Merged
merged 11 commits into from
Oct 3, 2024
Prev Previous commit
Next Next commit
setuptools_scm added to dependencies
  • Loading branch information
andmat900 committed Sep 30, 2024
commit 3aef8f7464e71b50b33161b3c6abad6df0baac8d
1 change: 1 addition & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies = [
"jsontas~=1.4",
"packageurl-python~=0.11",
"cryptography>=42.0.4,<43.0.0",
"setuptools_scm~=8.0"
]

[options]
Expand Down
Loading