generated from physiopy/physiopy-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
52 lines (49 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
50
51
52
[metadata]
name = physiopy_community_guidelines
url = https://github.com/physiopy/physiopy-community-guidelines
download_url = https://github.com/physiopy/physiopy-community-guidelines
author = The Physiopy Community
maintainer = The Physiopy Community
maintainer_email = [email protected]
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: CC-BY-SA-4.0
license = CC-BY-SA-4.0
description = The community guidelines documentation.
long_description = file:README.md
long_description_content_type = text/markdown; charset=UTF-8
platforms = OS Independent
provides =
physiopy_community_guidelines
[options]
python_requires = >=3.8
install_requires =
furo
memory-profiler
myst-parser
numpydoc
sphinx>=2.0
sphinx-argparse
sphinxcontrib-apidoc
sphinxcontrib-bibtex
sphinx-copybutton
sphinx-design
sphinx-gallery
sphinx-issues
sphinx_rtd_theme
zip_safe = False
packages = find:
include_package_data = True
[options.extras_require]
devtools =
pre-commit
dev =
%(devtools)s
[versioneer]
VCS = git
style = pep440
versionfile_source = docs/_version.py
versionfile_build = docs/_version.py
tag_prefix =
parentdir_prefix =