alexbovet / flow_stability

Flow stability framework for dynamic community detection in temporal networks
GNU Lesser General Public License v3.0
24 stars 4 forks source link

Packaging - the toml way #17

Closed j-i-l closed 7 months ago

j-i-l commented 9 months ago

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

j-i-l commented 9 months ago

More details about writing a pyproject.toml: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#writing-pyproject-toml

j-i-l commented 7 months ago

This was done in https://github.com/alexbovet/flow_stability/pull/18