File tree Expand file tree Collapse file tree 2 files changed +31
-32
lines changed Expand file tree Collapse file tree 2 files changed +31
-32
lines changed Original file line number Diff line number Diff line change 10
10
maintainer = Padraig Gleeson; ...
11
11
maintainer_email =
[email protected]
12
12
license = LGPLv3
13
- license_file = LICENSE
13
+ license_files = LICENSE
14
14
classifiers =
15
15
Intended Audience :: Science/Research
16
16
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
@@ -59,6 +59,36 @@ exclude =
59
59
[options.package_data]
60
60
nml_files = src/modeci_mdf/export/*xml
61
61
62
+ [options.extras_require]
63
+ test =
64
+ pytest
65
+ pytest-benchmark
66
+ pytest-mock
67
+ typing_extensions; python_version<'3.8'
68
+
69
+ docs =
70
+ Sphinx
71
+ recommonmark>=0.5.0
72
+ nbsphinx
73
+ sphinx_copybutton
74
+ sphinx-rtd-theme
75
+ myst_parser
76
+ sphinx_markdown_tables
77
+ sphinx-autoapi
78
+ pytorch-sphinx-theme ==0.0.19
79
+ sphinxcontrib-versioning
80
+
81
+ dev =
82
+ flake8
83
+ pyneuroml>=0.7.2
84
+ NeuroMLlite>=0.5.3
85
+ modelspec[test]
86
+
87
+ all =
88
+ modelspec[test]
89
+ modelspec[docs]
90
+ modelspec[dev]
91
+
62
92
[tool:pytest]
63
93
junit_family = xunit2
64
94
addopts = --benchmark-disable -Wd --strict-markers
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments