aboutsummaryrefslogtreecommitdiffstats
path: root/PyPI/jumpavg/pyproject.toml
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2023-06-07 14:57:25 +0200
committerVratko Polak <vrpolak@cisco.com>2023-06-07 14:55:52 +0000
commitd697607da661a5c412481e2c008f4db25ae73b3c (patch)
tree82d42bd618bfd97200b1add8e46cfc931f8579d3 /PyPI/jumpavg/pyproject.toml
parent018660080bb9419dc658d6996be855e7219cf602 (diff)
feat(PyPI): use toml and build for jumpavg
This is the setup just used to upload: https://pypi.org/project/jumpavg/0.4.0/ Change-Id: Ia48b053c578f1ac769613727dafcdd7851f912bd Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'PyPI/jumpavg/pyproject.toml')
-rw-r--r--PyPI/jumpavg/pyproject.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/PyPI/jumpavg/pyproject.toml b/PyPI/jumpavg/pyproject.toml
new file mode 100644
index 0000000000..275482ecad
--- /dev/null
+++ b/PyPI/jumpavg/pyproject.toml
@@ -0,0 +1,27 @@
+[project]
+name = "jumpavg"
+version = "0.4.0"
+description = "Library for locating changes in time series by grouping results."
+authors = [
+ { name = "Cisco Systems Inc. and/or its affiliates", email = "csit-dev@lists.fd.io" },
+]
+maintainers = [
+ { name = "Vratko Polak", email = "vrpolak@cisco.com" },
+ { name = "Tibor Frank", email = "tifrank@cisco.com" },
+]
+keywords = ["progression", "regression", "anomaly detection", "statistics", "bits" ]
+readme = "README.md"
+requires-python = ">=3.8"
+classifiers = [
+ "Development Status :: 3 - Alpha",
+ "Intended Audience :: Science/Research",
+ "License :: OSI Approved :: Apache Software License",
+ "Natural Language :: English",
+ "Operating System :: OS Independent",
+ "Programming Language :: Python :: 3.8",
+ "Topic :: Scientific/Engineering :: Information Analysis",
+]
+
+[project.urls]
+"Bug Tracker" = "https://jira.fd.io/projects/CSIT/issues"
+"Source" = "https://gerrit.fd.io/r/gitweb?p=csit.git;a=tree;f=PyPI/jumpavg"