include package content

This commit is contained in:
mattijs vanhaverbeke
2020-04-16 15:23:52 +02:00
parent acd60c7175
commit 94e26c5af1
5 changed files with 681 additions and 1178 deletions
+9 -1
View File
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='netbox-topology-views',
version='0.1',
version='0.2',
description='An NetBox plugin to create Topology maps',
url='https://github.com/mattieserver/netbox-topology-views',
author='Mattijs Vanhaverbeke',
@@ -11,4 +11,12 @@ setup(
install_requires=[],
packages=find_packages(),
include_package_data=True,
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
],
project_urls={
'Source': 'https://github.com/mattieserver/netbox-topology-views',
},
)