-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
61 lines (55 loc) · 1.22 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
58
59
60
61
[metadata]
name = hed-curation
author = Monique Denissen, VisLab, Kay Robbins
author_email = [email protected]
description = "Curation of datasets using BIDs and HED.",
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/hed-standard/hed-curation/
# project_urls =
bug tracker = https://github.com/hed-standard/hed-curation/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= .
packages = find_namespace:
python_requires = >=3.9
install_requires =
click
coverage
defusedxml
et-xmlfile
Flask
Flask-WTF
hedtools
inflect
itsdangerous
jdcal
Jinja2
MarkupSafe
numpy
openpyxl
pandas
portalocker
python-dateutil
pytz
semantic-version
six
Sphinx
SphinxExtensions
sphinx_rtd_theme
Werkzeug
xlrd
attrs
[options.packages.find]
include = curation*
[versioneer]
VCS = git
style = pep440
versionfile_source = curation/_version.py
versionfile_build = curation/_version.py
tag_prefix =
parentdir_prefix = hed-curation-