forked from internap/python-mockserver-friendly-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
25 lines (23 loc) · 749 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
[metadata]
name = mockserver-friendly-client
url = https://github.com/internap/python-mockserver-friendly-client
author = INAP
author-email = [email protected]
summary = Friendly python client to James D. Bloom's awesome MockServer
description-file =
README.md
long_description_content_type = text/markdown
classifier =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Software Development :: Testing
[files]
packages =
mockserver_friendly
[nosetests]
logging-level = DEBUG