-
Notifications
You must be signed in to change notification settings - Fork 21
/
setup.cfg
54 lines (45 loc) · 1.1 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
43
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = TMotorCANControl
version = 1.2.6
author = Mitry Anderson, Vamsi Peddinti
author_email = mitryand@umich.edu
description = A package to manage AK series T Motors over CAN
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/neurobionics/TMotorCANControl
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
[options]
install_requires=
numpy
NeuroLocoMiddleware
python-can>=4.0.0
pyserial>=3.5
python_requires = >=3.7
package_dir=
=src
packages=find:
# include_package_data = True
# package_data=TMotorCANControl=demos/*
# exclude_package_data =
# TMotorCANControl = test/*,
# TMotorCANControl = plots/*,
# TMotorCANControl = startup-scripts/*
[options.packages.find]
where=src
# package_dir =
# =
# src
# [options.packages.find]
# [options]
# package_dir =
# = src
# packages = find:
# [options.packages.find]
# exclude =
# test
# test.*
# startup-scripts.*
# plots.*