diff options
author | Vratko Polak <vrpolak@cisco.com> | 2024-01-23 15:37:14 +0100 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2024-01-24 08:59:29 +0000 |
commit | 852f60f525fdc6080387fe6a3b297736c83f0834 (patch) | |
tree | d3b12ee6072995b83e348a592953ed141f22d2be /PyPI/jumpavg/pyproject.toml | |
parent | 064b326e365ad89b18b58d007d0b1f09ada65180 (diff) |
feat(PyPI): update metadata for jumpavg 0.4.2
+ Convert readme to .rst
+ Add Usage including a basic example.
- Detailed description points to C-DASH methodology.
+ That page is updated for new defaults and better description.
+ Unify readme layout and origins with MLRsearch metadata.
- Not releasing new MLRsearch version just for readme improvements.
+ Update the TODO file.
Change-Id: I76ac22b7f283f01349bf9a50459dc841e13b21ad
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'PyPI/jumpavg/pyproject.toml')
-rw-r--r-- | PyPI/jumpavg/pyproject.toml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/PyPI/jumpavg/pyproject.toml b/PyPI/jumpavg/pyproject.toml index ee6b4cabed..8aa906c4c3 100644 --- a/PyPI/jumpavg/pyproject.toml +++ b/PyPI/jumpavg/pyproject.toml @@ -1,16 +1,9 @@ [project] name = "jumpavg" -version = "0.4.1" +version = "0.4.2" 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" +license = { file = "LICENSE.txt" } +readme = { file = "README.rst", content-type = "text/x-rst" } requires-python = ">=3.8" classifiers = [ "Development Status :: 3 - Alpha", @@ -21,6 +14,14 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Topic :: Scientific/Engineering :: Information Analysis", ] +keywords = ["progression", "regression", "anomaly detection", "statistics", "bits" ] +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" }, +] [project.urls] "Bug Tracker" = "https://jira.fd.io/projects/CSIT/issues" |