-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
39 lines (34 loc) · 1014 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
31
32
33
34
35
36
37
38
39
[metadata]
name = fake-ubersmith
url = https://github.com/internap/fake-ubersmith
author = Internap Hosting
author-email = [email protected]
summary = Fake Ubersmith python web server
description-file = README.md
description-content-type = text/markdown
license = Apache Software License
home-page = https://github.com/internap/fake-ubersmith
classifier =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Topic :: Software Development :: Testing
Topic :: System :: Emulators
[files]
packages =
fake_ubersmith
[entry_points]
console_scripts =
fake-ubersmith = fake_ubersmith.main:run
[nosetests]
tests = tests
no-path-adjustment = 1
logging-level=DEBUG
verbosity = 2
[wheel]
universal = 1