-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
30 lines (27 loc) · 918 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
[metadata]
name = python-hostsresolver
url = https://github.com/internap/python-hostsresolver
author = Internap Hosting
author-email = opensource@internap.com
summary = Translate ephemeral virtual machines names into IP addresses for python projects without requiring
any modification to the libraries or any external domain name server
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
Programming Language :: Python :: 3.5
[files]
packages =
hostsresolver
[bdist_wheel]
universal = 1
[nosetests]
no-path-adjustment = 1
logging-level = DEBUG