-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (38 loc) · 1.33 KB
/
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
38
39
40
41
[metadata]
name = gufo_traceroute
version = attr:gufo.traceroute.__version__
author = Gufo Labs
url = https://github.com/gufolabs/gufo_traceroute/
long_description = file:README.md
long_description_content_type = text/markdown
license = BSD 3-Clause License
keywords = traceroute, plugin
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Telecommunications Industry
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: BSD License
Topic :: Software Development
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Operating System :: OS Independent
Typing :: Typed
project_urls =
Documentation = https://docs.gufolabs.com/gufo_traceroute/
Source Code = https://github.com/gufolabs/gufo_traceroute/
Bug Tracker = https://github.com/gufolabs/gufo_traceroute/issues
Changelog = https://github.com/gufolabs/gufo_traceroute/blob/master/CHANGELOG.md
[options]
package_dir =
= src
packages = find_namespace:
python_requires = >=3.8
[options.packages.find]
where = src
[options.package_data]
* = py.typed