added MANIFEST.in to include templates

This commit is contained in:
Hedde van der Heide
2022-01-21 12:44:47 +01:00
parent bbb00d667d
commit f1dbedcfba
5 changed files with 233 additions and 13 deletions
+2 -13
View File
@@ -1,14 +1,3 @@
from setuptools import find_packages, setup
from setuptools import setup
setup(
name='netbox-slm',
version='0.9',
description='Software Lifecycle Management Netbox Plugin',
url='https://github.com/ICTU/netbox_slm',
author='Hedde van der Heide',
license='Apache 2.0',
install_requires=[],
packages=find_packages(),
include_package_data=True,
zip_safe=False,
)
setup()