Skip to content

Commit

Permalink
Use scm version for package
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Apr 11, 2019
1 parent 17de26a commit 66f027a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def readme():

setup(
name='snkit',
version='0.1.2',
use_scm_version=True,
license='MIT License',
description='a spatial networks toolkit',
long_description=readme(),
Expand All @@ -44,6 +44,9 @@ def readme():
keywords=[
# eg: 'keyword1', 'keyword2', 'keyword3',
],
setup_requires=[
'setuptools_scm'
],
install_requires=[
# eg: 'aspectlib==1.1.1', 'six>=1.7',
'fiona>=1.7.13',
Expand Down

0 comments on commit 66f027a

Please sign in to comment.