forked from hed-standard/hed-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
60 lines (54 loc) · 1.19 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
[metadata]
name = hed-examples
author = VisLab, Ian Callanan, Kay Robbins
author_email = [email protected]
description = "Examples using HED tools and services.",
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/hed-standard/hed-examples/
# project_urls =
bug tracker = https://github.com/hed-standard/hed-examples/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
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 = hed*
[versioneer]
VCS = git
style = pep440
versionfile_source = hedcode/_version.py
versionfile_build = hedcode/_version.py
tag_prefix =
parentdir_prefix = hedcode-