-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
48 lines (45 loc) · 1.19 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
[metadata]
name = funibot-neorobrooke
version = 2.0.0
author = Néorobrooke
author_email = [email protected]
description = Permet de contrôler un Funibot
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD
url = https://github.com/Neorobrooke/neorobrooke-s4
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Natural Language :: French
[options]
package_dir =
= Code/API
packages =
funibot_api
py_modules =
funibot_cli
funibot_scripts
python_requires = >=3.7, <3.10
install_requires =
PyYAML >= 5.4.1
ruamel.yaml >= 0.17.2
pyserial >= 3.5
python-benedict >= 0.23.2
[options.extras_require]
dev =
autopep8>=1.5.6
ipython>=7.22.0
test =
pytest>=6.2.2
pytest-cov>=2.11.1
[options.entry_points]
console_scripts =
funibot-cli = funibot_cli:main
funibot-init = funibot_scripts:copier_config
funibot-copier-doc = funibot_scripts:copier_doc
funibot-erreurs = funibot_scripts:ouvrir_erreurs
funibot-doc = funibot_scripts:ouvrir_doc