forked from hoechenberger/mne-bids-pipeline-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
33 lines (31 loc) · 784 Bytes
/
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
[metadata]
name = mne-bids-pipeline
version = attr: src.__version__
description = My package description
long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst
url = https://github.com/hoechenberger/mne-bids-pipeline-runner
author = Richard Höchenberger
author_email = [email protected]
license = BSD 3-Clause License
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
[options]
package_dir=
mne_bids_pipeline=src
python_requires = >=3.6
install_requires =
mne
mne-bids
coloredlogs
tqdm
pandas
scikit-learn
json_tricks
fire
seaborn
questionary
typing_extensions; python_version < '3.8'
[options.entry_points]
console_scripts =
mne-bids-pipeline = src.cli:main