forked from internap/netman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (27 loc) · 809 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 = netman
url = https://github.com/internaphosting/netman
author = Internap Hosting
author-email = [email protected]
summary = A unified REST API to provide vendor-agnostic network automation
description-file =
README.md
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
[files]
packages =
netman
[nosetests]
no-path-adjustment = 1
logging-level = DEBUG
[build_sphinx]
all_files = 1
build-dir = netman/api/doc_generated
source-dir = netman/api/doc_config