Notes tagged using/setuptools (1)
25 June 2022
Every time I need to produce a Python package I spend a lot of time searching for what should be put in a modern setup.py
file, since there is so many old examples that still use distutils
.
I thus decided to put here a decent example of such file, in the hope that it is useful to my future self and to others.