Skip to content

Commit

Permalink
kept dynamic->version in pyproject.toml and removed from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prasad-sawantdesai committed Jan 17, 2025
1 parent 55fdb9a commit 5c54bc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import importlib.util
import site
import traceback
from setuptools_scm import get_version
# Allow importing local files, see https://snarky.ca/what-the-heck-is-pyproject-toml/
import sys
import warnings
Expand Down Expand Up @@ -136,7 +135,6 @@ def run(self):

if __name__ == "__main__":
setup(
version = get_version(),
zip_safe=False, # https://mypy.readthedocs.io/en/latest/installed_packages.html
cmdclass={"build_DD": BuildDDCommand}
)

0 comments on commit 5c54bc7

Please sign in to comment.