-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathsetup.cfg
32 lines (29 loc) · 877 Bytes
/
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
[metadata]
name = PyRCN
version = 0.0.18
author = Peter Steiner
author_email = peter.steiner@pyrcn.net
description = A scikit-learn-compatible framework for Reservoir Computing in Python
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/TUD-STKS/PyRCN
project_urls =
Documentation = https://pyrcn.readthedocs.io/
Funding = https://pyrcn.net/
Source = https://github.com/TUD-STKS/PyRCN/
Bug Tracker = https://github.com/TUD-STKS/PyRCN/issues
classifiers =
Programming Language :: Python :: 3
Development Status :: 2 - Pre-Alpha
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Intended Audience :: Science/Research
[options]
package_dir =
= src
packages = find:
python_requires = >=3.9
[options.packages.find]
where = src
[tool:pytest]
testpaths = tests