forked from hhk7734/python3-gpiod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (27 loc) · 792 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
30
[metadata]
name = gpiod
url = https://github.com/hhk7734/python3-gpiod
project_urls =
Documentation = https://wiki.loliot.net/docs/lang/python/libraries/gpiod/python-gpiod-about
"Source Code" = https://github.com/hhk7734/python3-gpiod
author = Hyeonki Hong
author_email = [email protected]
description =
long-description = file: README.md, CHANGELOG
long_description_content_type = text/markdown
keywords = GPIO, gpiod
license = MIT
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Intended Audience :: Developers
Topic :: Software Development
Topic :: System :: Hardware
[options]
package_dir =
= py_src
packages = find:
zip_safe = False
[options.packages.find]
where = py_src