Skip to content

Commit

Permalink
fixes #66
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jan 14, 2022
1 parent f7570ef commit 38a25b9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

# from extension_helpers import get_extensions

from distutils.command.sdist import sdist as DistutilsSdist


# First provide helpful messages if contributors try and run legacy commands
# for tests or docs.
Expand Down Expand Up @@ -78,8 +76,6 @@
version = '{version}'
""".lstrip()

cmdclass = {'sdist': DistutilsSdist}

setup(use_scm_version={"write_to": os.path.join("pydl", "version.py"),
"write_to_template": VERSION_TEMPLATE},
cmdclass=cmdclass)
"write_to_template": VERSION_TEMPLATE})
# ext_modules=get_extensions())

0 comments on commit 38a25b9

Please sign in to comment.