Closed j-i-l closed 7 months ago
The recommended way to package your python module is with a pyproject.toml file.
pyproject.toml
Besides that the project needs some restructuring to clearly separate usage examples from the actual codebase
More details about writing a pyproject.toml: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#writing-pyproject-toml
This was done in https://github.com/alexbovet/flow_stability/pull/18
The recommended way to package your python module is with a
pyproject.toml
file.Besides that the project needs some restructuring to clearly separate usage examples from the actual codebase