Merge branch 'master' of github.com:ICTU/netbox_slm
This commit is contained in:
+2
-2
@@ -4,11 +4,11 @@ setup(
|
|||||||
name='netbox-slm',
|
name='netbox-slm',
|
||||||
version='0.1',
|
version='0.1',
|
||||||
description='Software Lifecycle Management Netbox Plugin',
|
description='Software Lifecycle Management Netbox Plugin',
|
||||||
url='https://github.com/ICTU/netbox-slm',
|
url='https://github.com/ICTU/netbox_slm',
|
||||||
author='Hedde van der Heide',
|
author='Hedde van der Heide',
|
||||||
license='Apache 2.0',
|
license='Apache 2.0',
|
||||||
install_requires=[],
|
install_requires=[],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user