Skip to content

Commit

Permalink
Version v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clemense committed Nov 19, 2024
1 parent 40e694e commit 3cebcae
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@
# * https://setuptools.pypa.io/en/latest/setuptools.html#setup-cfg-only-projects

# Third Party
from setuptools import setup
import setuptools

if __name__ == "__main__":
try:
setup(use_scm_version={"version_scheme": "no-guess-dev"})
except: # noqa
print(
"\n\nAn error occurred while building the project, "
"please ensure you have the most updated version of setuptools, "
"setuptools_scm and wheel with:\n"
" pip install -U setuptools setuptools_scm wheel\n\n"
)
raise
setuptools.setup()

0 comments on commit 3cebcae

Please sign in to comment.