-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (25 loc) · 741 Bytes
/
setup.cfg
File metadata and controls
28 lines (25 loc) · 741 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
26
27
28
[metadata]
name = config-probe
url = https://github.com/internap/python-config-probe
author = Internap Hosting
author-email = opensource@internap.com
summary = Auto-discovery of configurations for easy inline use
description-file =
README.md
classifier =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Intended Audience :: Telecommunications Industry
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
[files]
packages =
config_probe
[bdist_wheel]
universal = 1
[nosetests]
no-path-adjustment = 1
logging-level = DEBUG