-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
29 lines (27 loc) · 824 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
[metadata]
name = iupy_restconf
version = 0.1.0
author = Ian A. Underwood
author_email = ian@underwood-hq.org
description = IUPY RestConf Kit
license = MIT License
long_description = file: README.md
long_description_content_type = text/markdown
platform = OS Independent
url = https://github.com/iunderwood/iupy-restconf
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Utilities
[options]
package_dir =
= iupy_restconf
python_requires = >=3.8