forked from yjmantilla/sovabids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
49 lines (45 loc) · 1.23 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
[metadata]
name = sovabids
url = https://github.com/yjmantilla/sovabids/
author = sovabids developers
maintainer = Yorguin Mantilla
maintainer_email = [email protected]
description = Automated eeg2bids conversion
long-description = file: README.rst
long-description-content-type = text/x-rst; charset=UTF-8
keywords = EEG eeg bids mne mne-bids conversion
platforms = any
classifiers =
Topic :: Scientific/Engineering
Programming Language :: Python :: 3
Intended Audience :: Science/Research
Development Status :: 3 - Alpha
Operating System :: POSIX :: Linux
Operating System :: Unix
Operating System :: MacOS
Operating System :: Microsoft :: Windows
project_urls =
Documentation = https://sovabids.readthedocs.io/en/latest/
Bug Reports = https://github.com/yjmantilla/sovabids/issues
Source = https://github.com/yjmantilla/sovabids
[options]
python_requires = >= 3.8
packages = find:
include_package_data = True
[options.packages.find]
exclude =
tests
front
[coverage:run]
omit =
# Do not include test script in coverage report
*tests*
setup.py
sovabids/_version.py
[versioneer]
VCS = git
style = pep440
versionfile_source = sovabids/_version.py
versionfile_build = sovabids/_version.py
tag_prefix =
parentdir_prefix =