generated from timeflux/timeflux_example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (34 loc) · 1.09 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
[metadata]
name = timeflux-upsidedownlabs
description = Connect to Upside Down Labs devices using Timeflux
long_description = file: README.rst
author = Pierre Clisson
author_email = [email protected]
license = MIT
home_page = https://timeflux.io
project_urls =
Documentation = http://doc.timeflux.io/projects/timeflux-upsidedownlabs/
Source Code = https://github.com/timeflux/timeflux_upsidedownlabs
Bug Tracker = https://github.com/timeflux/timeflux_upsidedownlabs/issues
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
keywords = timeflux
[options]
packages = find:
install_requires =
timeflux>=0.16.1
timeflux_audio>=0.2
timeflux_ui>=0.6.3
pyFirmata2>=2.4.5
[docinit]
name = Upside Down Labs plugin
parent_url = https://doc.timeflux.io
logo_url = https://github.com/timeflux/timeflux/raw/master/doc/static/img/logo.png
[build_sphinx]
warning-is-error = 1