-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (25 loc) · 805 Bytes
/
pyproject.toml
File metadata and controls
27 lines (25 loc) · 805 Bytes
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
[project]
name = "pycatch22"
version = "0.4.5"
authors = [
{name = "Carl H Lubba"},
{email = "carl.lubba@gmx.de"},
]
maintainers = [
{name = "Ben D Fulcher"},
{email = "ben.fulcher@sydney.edu.au"},
]
description = "22 CAnonical Time-series Features"
readme = "README.md"
license = {text = "GNU General Public License v3 (GPLv3)"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
]
[project.urls]
"GitHub Repository (pycatch22)" = "https://github.com/DynamicsAndNeuralSystems/pycatch22"
"Mother Repository (catch22)" = "https://github.com/DynamicsAndNeuralSystems/catch22"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"