diff options
author | Vratko Polak <vrpolak@cisco.com> | 2023-06-07 14:57:25 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2023-06-07 14:55:52 +0000 |
commit | d697607da661a5c412481e2c008f4db25ae73b3c (patch) | |
tree | 82d42bd618bfd97200b1add8e46cfc931f8579d3 /PyPI/jumpavg/hints_and_todos.txt | |
parent | 018660080bb9419dc658d6996be855e7219cf602 (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/hints_and_todos.txt')
-rw-r--r-- | PyPI/jumpavg/hints_and_todos.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/PyPI/jumpavg/hints_and_todos.txt b/PyPI/jumpavg/hints_and_todos.txt new file mode 100644 index 0000000000..6bae0ede05 --- /dev/null +++ b/PyPI/jumpavg/hints_and_todos.txt @@ -0,0 +1,7 @@ +toml hint: https://flit.pypa.io/en/stable/pyproject_toml.html +md hint: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet +build hint: https://packaging.python.org/en/latest/tutorials/packaging-projects/ + +TODO: Include simulator and tests. +TODO: Test which Python versions is the code actually compatible with. +TODO: Create a separate webpage for jumpavg library. |