-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
44 lines (42 loc) · 1.34 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
[metadata]
name = pyntbci
version = attr: pyntbci.__version__
description = Python Noise-Tagging Brain-Computer Interface (PyntBCI)
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
url = https://github.com/thijor/pyntbci
author = Jordy Thielen
author_email = jordy.thielen@donders.ru.nl
keywords = bci, classification, cvep, c-vep, eeg
license = BSD-3-Clause
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Artificial Intelligence
[options]
packages = find:
include_package_data = True
python_requires = >=3.7
install_requires =
h5py >= 3.10.0
matplotlib >= 3.7.0
mne >= 1.4.0
numpy >= 1.24.0
scikit-learn >= 1.3.0
scipy >= 1.10.0
seaborn >= 0.13.0
setuptools >= 57.0.0
[options.package_data]
* = capfiles/*.loc, capfiles/*.txt, data/*.npz