-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
23 lines (22 loc) · 1.03 KB
/
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
[metadata]
name = pycoreconf
version = 0.0.6
author = Javier A. Fernandez
author_email = [email protected]
description = open-source implementation of CORECONF (CoAP Management Interface)
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/alex-fddz/pycoreconf
project_urls =
Source Code = https://github.com/alex-fddz/pycoreconf
Bug Tracker = https://github.com/alex-fddz/pycoreconf/issues
classifiers =
Development Status :: 2 - Pre-Alpha
Programming Language :: Python :: 3
Operating System :: OS Independent
keywords = coreconf, comi, coap, yang
[options]
packages = pycoreconf
python_requires = >=3.7, <4
install_requires =
cbor2