added MANIFEST.in to include templates
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user