forked from neuroidss/timeflux_neurofeedback_inverse_gamepad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
57 lines (53 loc) · 1.31 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
56
57
[metadata]
name = timeflux-neurofeedback-inverse-gamepad
description = An example Timeflux plugin
long_description = file: README.rst
license = AGPL3
home-page = https://timeflux.io
project_urls =
Documentation = http://doc.timeflux.io/projects/timeflux-example/
Source Code = https://github.com/timeflux/timeflux_example
Bug Tracker = https://github.com/timeflux/timeflux_example/issues
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: AGPL3 License
Operating System :: OS Independent
Programming Language :: Python
keywords = timeflux
[options]
packages = find:
install_requires =
timeflux>=0.5.3
pyedflib
mne
# pyvjoy
# evdev
# python-uinput
gephistreamer
timeflux_ui
timeflux_dsp
timeflux_brainflow
mne_connectivity
pyformulas
brainflow
zmq
python-osc
gephistreamer
opencv-python==4.5.3.56
gradio_client
[options.extras_require]
dev =
pytest>=5.3
sphinx>=2.2
sphinx_rtd_theme>=0.4
setuptools_scm
docinit
[docinit]
name = Example 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