Tag: setuptools
-
if __name__ == ‘__main__’ vs Click: Package Entry Points
Entry points broke my script imports. Here's what changes when you migrate from if __name__ == '__main__' to Click with real migration pitfalls.
-
setup.py to pyproject.toml: PEP 621 Migration Guide
Migrate from setup.py to pyproject.toml using PEP 621 standards. Fix dependency conflicts and streamline your Python packaging workflow.