Skip to content

Commit

Permalink
update setup.py, remove local version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimitri committed Jan 20, 2021
1 parent 5425294 commit 1f93940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ def read(*names, **kwargs):
setup_requires=['setuptools_scm'],
use_scm_version = {
'version_scheme': 'post-release',
'local_scheme': 'no-local-version',
'write_to': 'src/pnumpy/_version.py',
'write_to_template': '__version__ = "{version.split('.post')[0]}"',
'write_to_template': '__version__ = "{version}"',
},
python_requires='>=3.6',
install_requires=[
Expand Down

0 comments on commit 1f93940

Please sign in to comment.