Skip to content

Commit

Permalink
hotfix: add setuptools_scm to setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoody committed Jul 7, 2018
1 parent bc75987 commit c6e41fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
license='Apache2',
include_package_data=True,
use_scm_version=True,
setup_requires=['setuptools_scm'],
packages=[
'pynetbox',
'pynetbox.lib'
Expand Down

0 comments on commit c6e41fc

Please sign in to comment.