-
Notifications
You must be signed in to change notification settings - Fork 41
/
setup.cfg
40 lines (35 loc) · 1.07 KB
/
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
40
[metadata]
name = fake-switches
url = https://github.com/internaphosting/fake-switches
author = Internap Hosting
author-email = opensource@internap.com
summary = A pluggable switch/router command-line simulator
description-file = README.md
description-content-type = text/markdown
license = Apache Software License
home-page = https://github.com/internap/fake-switches
classifier =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Intended Audience :: Telecommunications Industry
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Topic :: Software Development :: Testing
Topic :: System :: Emulators
[files]
packages =
fake_switches
[entry_points]
console_scripts =
fake-switches = fake_switches.cmd.main:main
[nosetests]
tests = tests
no-path-adjustment = 1
logging-level=DEBUG
verbosity = 2
[bdist_wheel]
universal = 1