Skip to content

Commit

Permalink
Revert "setup.py: Get version from SCM"
Browse files Browse the repository at this point in the history
This reverts commit 9346096.
  • Loading branch information
TheDrHax committed Feb 3, 2022
1 parent 1b058ae commit 67e3bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ __pycache__
/.eggs
/build
/dist
*.egg-info
*.egg-info
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

setup(
name='mosmetro',
use_scm_version=True,
setup_requires=['setuptools_scm'],
version='0.1',

author='Dmitry Karikh',
author_email='[email protected]',
Expand Down

0 comments on commit 67e3bd4

Please sign in to comment.