-
Notifications
You must be signed in to change notification settings - Fork 27
/
setup.cfg
42 lines (39 loc) · 1.12 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
41
42
[metadata]
name = TMC_2209_Raspberry_Pi
version = 0.5.6
author = Christian Köhlke
author_email = [email protected]
description = this is a Python libary to drive a stepper motor with a Trinamic TMC2209 stepper driver and a Raspberry Pi
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Chr157i4n/TMC2209_Raspberry_Pi
project_urls =
Bug Tracker = https://github.com/Chr157i4n/TMC2209_Raspberry_Pi/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
Development Status :: 4 - Beta
Intended Audience :: Developers
Natural Language :: English
Topic :: System :: Hardware :: Hardware Drivers
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
pyserial
[options.packages.find]
where = src
[options.extras_require]
RASPBERRY_PI =
RPi.GPIO
RASPBERRY_PI5 =
gpiozero
NVIDIA_JETSON =
Jetson.GPIO
LUCKFOX_PICO =
python-periphery
ORANGE_PI =
OPi.GPIO