forked from ctera/ctera-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (27 loc) · 899 Bytes
/
setup.cfg
File metadata and controls
30 lines (27 loc) · 899 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
28
29
30
[metadata]
name = cterasdk
author = CTERA Networks
author-email = support@ctera.com
home-page = https://pypi.org/project/cterasdk/
project_urls =
Bug Tracker = https://github.com/ctera/ctera-python-sdk/issues
Documentation = https://ctera-python-sdk.readthedocs.io/en/latest/
Source Code = https://github.com/ctera/ctera-python-sdk
summary = CTERA Python SDK
description-file =
README.rst
description-content-type = text/x-rst; charset=UTF-8
requires-python = >=3.5
requires-dist =
setuptools
classifier =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Topic :: Software Development :: Libraries :: Python Modules
[options]
setup_requires =
pbr