-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (24 loc) · 740 Bytes
/
setup.cfg
File metadata and controls
25 lines (24 loc) · 740 Bytes
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
[metadata]
name = network-wrapper
version = 0.4
author = Bas Wijnen
author_email = [email protected]
description = module for easy networking
long_description = file:README
long_description_content_type = text/plain
license = AGPL3+
license_file = debian/copyright
url = https://github.com/wijnen/python-network
project_urls =
Bug Tracker = https://github.com/wijnen/python-network/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Intended Audience :: Developers
Development Status :: 4 - Beta
Operating System :: OS Independent
Topic :: System :: Networking
[options]
py_modules = network
python_requires = >=3
install_requires = fhs-paths