forked from zenoss/pynetsnmp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
37 lines (35 loc) · 1007 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[metadata]
name = pynetsnmp-2
version = 0.1.4
summary = ctypes wrapper for net-snmp
long_description = file: README.md
long_description_content_type = text/markdown
keywords = snmp, twisted, pynetsnmp, netsnmp
license = GPLv2+
url = https://github.com/Uninett/pynetsnmp
author = Zenoss
author_email = [email protected]
maintainer = Morten Brekkevold
maintainer_email = [email protected]
platform = any
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: System :: Monitoring
Topic :: System :: Networking :: Monitoring
[options]
install_requires =
setuptools
ipaddr
Twisted
six
zip_safe = False
include_package_data = True
packages = find:
setup_requires =
setuptools