forked from internap/fake-switches
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
33 lines (30 loc) · 923 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
[metadata]
name = fake-switches
url = https://github.com/internaphosting/fake-switches
author = Internap Hosting
author-email = [email protected]
summary = A pluggable switch/router command-line simulator
description-file = README.md
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
Topic :: Software Development :: Testing
Topic :: System :: Emulators
[files]
packages =
fake_switches
[nosetests]
tests = tests
no-path-adjustment = 1
logging-level=DEBUG
verbosity = 2
[wheel]
universal = 1