29 lines
895 B
INI
29 lines
895 B
INI
[metadata]
|
|
name = netbox-slm
|
|
version = 1.1
|
|
description = Software Lifecycle Management Netbox Plugin.
|
|
# long_description = file: README.rst
|
|
# long_description_content_type='text/x-rst'
|
|
author = Hedde van der Heide
|
|
author_email = hedde.vanderheide@ictu.nl
|
|
license = Apache 2.0
|
|
classifiers =
|
|
Environment :: Web Environment
|
|
Framework :: Django
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: 3.7
|
|
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.7
|