feat(PyPI): use toml and build for jumpavg
[csit.git] / PyPI / jumpavg / pyproject.toml
1 [project]
2 name = "jumpavg"
3 version = "0.4.0"
4 description = "Library for locating changes in time series by grouping results."
5 authors = [
6     { name = "Cisco Systems Inc. and/or its affiliates", email = "csit-dev@lists.fd.io" },
7 ]
8 maintainers = [
9     { name = "Vratko Polak", email = "vrpolak@cisco.com" },
10     { name = "Tibor Frank", email = "tifrank@cisco.com" },
11 ]
12 keywords = ["progression", "regression", "anomaly detection", "statistics", "bits" ]
13 readme = "README.md"
14 requires-python = ">=3.8"
15 classifiers = [
16     "Development Status :: 3 - Alpha",
17     "Intended Audience :: Science/Research",
18     "License :: OSI Approved :: Apache Software License",
19     "Natural Language :: English",
20     "Operating System :: OS Independent",
21     "Programming Language :: Python :: 3.8",
22     "Topic :: Scientific/Engineering :: Information Analysis",
23 ]
24
25 [project.urls]
26 "Bug Tracker" = "https://jira.fd.io/projects/CSIT/issues"
27 "Source" = "https://gerrit.fd.io/r/gitweb?p=csit.git;a=tree;f=PyPI/jumpavg"