generated from larsrollik/templatepy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
55 lines (48 loc) · 1.26 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
55
[metadata]
name = sensapex-api
version = 0.0.2.dev0
author = Lars B. Rollik
author_email = L.B.Rollik@protonmail.com
license = BSD 3-Clause License
license_files = LICENSE
description = sensapex-api: Meta-API for Sensapex Manipulator
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/larsrollik/sensapex-api
project_urls =
Repository = https://github.com/larsrollik/sensapex-api
Issue Tracker = https://github.com/larsrollik/sensapex-api/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
[options]
zip_safe = False
include_package_data = True
package_dir =
packages = find:
python_requires = >=3.6
install_requires =
pyserial
numpy
sensapex @ git+https://github.com/sensapex/sensapex-py
[options.packages.find]
where =
[options.extras_require]
dev =
black
bump2version
pytest-cov # implies: pytest, coverage dependencies
pre-commit
flake8
[options.entry_points]
console_scripts =
sensapex-api = sensapex_api.__init__:run
[options.package_data]
* = *.config
[flake8]
ignore = E203, E266, E501, W503, F403, F401
max-line-length = 79
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude = __init__.py,build,__pycache__,.git,tests