2020-04-15 00:56:20 +02:00
|
|
|
[metadata]
|
|
|
|
name = netbox-ddns
|
|
|
|
version = attr: netbox_ddns.VERSION
|
|
|
|
description = Dynamic DNS Connector for NetBox
|
|
|
|
long_description = file: README.md
|
2020-04-16 15:34:52 +02:00
|
|
|
long_description_content_type = text/markdown
|
2020-04-15 00:56:20 +02:00
|
|
|
author = Sander Steffann
|
|
|
|
author_email = sander@steffann.nl
|
|
|
|
url = https://github.com/sjm-steffann/netbox-ddns
|
|
|
|
license = Apache 2.0
|
|
|
|
license_file = LICENSE.txt
|
|
|
|
classifiers =
|
|
|
|
Development Status :: 2 - Pre-Alpha
|
|
|
|
Framework :: Django
|
|
|
|
Framework :: Django :: 3.0
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
|
|
|
|
[options]
|
|
|
|
zip_safe = False
|
|
|
|
include_package_data = True
|
|
|
|
packages = find:
|
|
|
|
python_requires = >=3.6
|
|
|
|
install_requires =
|
|
|
|
setuptools
|
|
|
|
dnspython
|