Official project repository for the Setuptools build system - pypa/setuptools
Official project repository for the Setuptools build system - pypa/setuptools
After sitting on the pyproject.toml sidelines for several years waiting for build tools to mature, I finally committed to porting after being nudged by deprecation warnings in pip. I wrote up a detailed description of my experience at Gregory Szorc's Digital Home | My User Experience Porting Off setup.py Overall, I found the experience to be very lacking / disappointing / frustrating. Fortunately, I think a lot of the problems are fixable. However, I lack the perspective to suggest concrete i...
Most extensible Python build backend with support for C/C++ extension modules
In this step-by-step tutorial, you’ll learn how to create a Python package for your project and how to publish it to PyPI, the Python Package Repository. Quickly get up to speed on everything from naming your package to configuring it using setup.cfg.