Skip to content

Commit

Permalink
Set a version
Browse files Browse the repository at this point in the history
  • Loading branch information
david4096 committed Jul 1, 2017
1 parent 3bcdb94 commit 92646c5
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 @@ -44,7 +44,7 @@
packages=["celldb"],
zip_safe=False,
url="https://github.com/david4096/celldb",
use_scm_version={"write_to": "celldb/_version.py"},
version=1.0,
entry_points={
'console_scripts': [] # TODO add one for SQL line
},
Expand All @@ -64,5 +64,5 @@
],
keywords=['genomics'],
# Use setuptools_scm to set the version number automatically from Git
setup_requires=['setuptools_scm'],
# setup_requires=['setuptools_scm'],
)

0 comments on commit 92646c5

Please sign in to comment.