forked from wallysalami/tkgpio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (31 loc) · 799 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
31
32
33
[metadata]
name = tkgpio
version = 0.1
author = Jan K. S.
author_email = [email protected]
description = A Python library to simulate Raspberry Pi GPIO devices in TkInter
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/wallysalami/tkgpio
keywords = raspberrypi gpio tkinter
license = MIT
classifiers =
Intended Audience :: Education
Intended Audience :: Developers
Topic :: Education
Topic :: System :: Hardware
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
packages = find:
install_requires =
gpiozero
Pillow
numpy
scipy
sounddevice
python_requires = >=3.5
[options.package_data]
tkgpio =
resources/**/*