-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
setup.cfg
40 lines (38 loc) · 1.23 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[metadata]
name = python4yahdlc
version = 1.3.5
description = Python binding of the yahdlc library allowing to encode and decode HDLC frames.
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = hdlc, yahdlc, binding, network
license = GPLv3
license_files = LICENSE.txt
author = Paul-Emmanuel Raoul
author_email = [email protected]
url = https://github.com/SkypLabs/python4yahdlc
project_urls =
Bug Tracker = https://github.com/SkypLabs/python4yahdlc/issues
Source Code = https://github.com/SkypLabs/python4yahdlc
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
Natural Language :: English
Programming Language :: C
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
[options]
python_requires = >=3.7, <4
[options.extras_require]
examples =
fysom
pyserial
tests =
black
ruff >= 0.3
tox