Skip to content

Commit c6e41fc

Browse files
author
zmoody
committed
hotfix: add setuptools_scm to setup_requires
1 parent bc75987 commit c6e41fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
license='Apache2',
1010
include_package_data=True,
1111
use_scm_version=True,
12+
setup_requires=['setuptools_scm'],
1213
packages=[
1314
'pynetbox',
1415
'pynetbox.lib'

0 commit comments

Comments
 (0)