-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (26 loc) · 681 Bytes
/
setup.cfg
File metadata and controls
33 lines (26 loc) · 681 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
31
32
33
[metadata]
name = management_api_tools
version = 1.0.0
description = Python SDK for Machina Management API's
long_description = file: README.md
long_description_content_type = text/markdown
author = Steven Cassamajor
author_email = contributor@networkaxis.org
url = https://github.com/Fauxsys/management_api_tools
project_urls =
Documentation = https://dev.ionic.com/api/
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
[options]
python_requires = >=3.7
install_requires =
requests
packages = find:
[options.extras_require]
test =
pytest
pytest-cov
tox
parserconfig