socratools / socranop

Soundcraft Notepad mixer tools for Linux
MIT License
8 stars 2 forks source link

PEP518 might give us build and install hooks to obsolete socranop-installtool #81

Open ndim opened 11 months ago

ndim commented 11 months ago

It might be possible that PEP518 style pyproject.toml provides us with hooks into the build (python -m build) and install (python -m install) steps to run our own code to adapting and installing files.

This could make socranop-installtool mostly to completely obsolete.

Some things to check:

This is probably a post 0.5 thing.

ndim commented 11 months ago

This might be helpful https://chriswarrick.com/blog/2023/01/15/how-to-improve-python-packaging/