Skip to content

Commit

Permalink
Merge pull request #25 from navjotk/add_scm_versioning
Browse files Browse the repository at this point in the history
Add automatic versioning using scm_version
  • Loading branch information
navjotk authored Dec 10, 2019
2 parents 01d78e8 + 75eaee5 commit 9013655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ def build_extension(self, ext):
configuration = {
'name': 'pyzfp',
'packages': setuptools.find_packages(),
'setup_requires': ['cython>=0.17', 'requests', 'numpy'],
'setup_requires': ['cython>=0.17', 'requests', 'numpy', 'setuptools_scm'],
'ext_modules': lazy_cythonize(extensions),
'version': "0.3.1",
'use_scm_version': True,
'cmdclass': {'build_ext': specialized_build_ext},
'description': "A python wrapper for the ZFP compression libary",
'long_description': long_description,
Expand Down

0 comments on commit 9013655

Please sign in to comment.