Correct. To be pedantic, setup.py
and/or setup.cfg
is needed for defining what’s inside the built package if you choose to use setuptools. But most people use setuptools anyway.
2 Likes
Correct. To be pedantic, setup.py
and/or setup.cfg
is needed for defining what’s inside the built package if you choose to use setuptools. But most people use setuptools anyway.