From d697607da661a5c412481e2c008f4db25ae73b3c Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 7 Jun 2023 14:57:25 +0200 Subject: 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 --- PyPI/jumpavg/hints_and_todos.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 PyPI/jumpavg/hints_and_todos.txt (limited to 'PyPI/jumpavg/hints_and_todos.txt') 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. -- cgit 1.2.3-korg