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
+29
View File
@@ -0,0 +1,29 @@
[metadata]
name = netbox-slm
version = 0.9
description = Software Lifecycle Management Netbox Plugin.
long_description = file: README.md
author = Hedde van der Heide
author_email = hedde.vanderheide@ictu.nl
license = Apache 2.0
classifiers =
Environment :: Web Environment
Framework :: Netbox
Framework :: Netbox :: 3.0.9
Intended Audience :: Developers
License :: OSI Approved :: Apache License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
python_requires = >=3.6
install_requires =
Netbox >= 3.0.9