-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (25 loc) · 704 Bytes
/
setup.cfg
File metadata and controls
27 lines (25 loc) · 704 Bytes
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
[metadata]
name = pypeeringmanager
version = 1.2.0
author = vista
author_email = vista@birb.network
description = Peering-Manager API client library
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache2
url = https://github.com/vista-/pypeeringmanager
keywords = peering-manager, peeringmanager, network-automation
classifiers =
Intended Audience :: Developers
Development Status :: 3 - Alpha
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Programming Language :: Python :: 2
[options]
package_dir=
=src
packages=find:
install_requires =
pynetbox>=6.1.3
[options.packages.find]
where=src