-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
32 lines (30 loc) · 953 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
[metadata]
name = PyMunin3
version = attr: my_package.VERSION
description = Package for developing Munin Multigraph Plugins
long_description = file: README.md
long_description_content_type = text/markdown
keywords = munin, monitoring
url = https://aouyar.github.io/PyMunin
project_urls =
Source Code = https://github.com/penguinpee/PyMunin3
Bug Tracker = https://github.com/penguinpee/PyMunin3/issues
author = Sandro
author_email = [email protected]
license = GPLv3
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Utilities
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Monitoring
[options]
python_requires = >=3.7
package_dir=
=src
packages = find:
[options.packages.find]
where=src