Search code examples
How to force a platform wheel using build and pyproject.toml?...


pythonsetuptoolspython-packagingpython-wheelpep517

Read More
Change pip build directory from read-only file system...


pythoninstallationpipsetuptoolssetup.py

Read More
Where does py_modules go in pyproject.toml (setuptools)...


pythonpipsetuptoolspython-packagingpyproject.toml

Read More
pyproject.toml package flat layout?...


setuptoolspython-packagingpyproject.toml

Read More
Packaged Python C Extension is missing PyInit_module() in so File...


pythonctypessetuptoolspython-c-api

Read More
How to define "python_requires" in pyproject.toml using setuptools?...


pythonsetuptoolspyproject.toml

Read More
Upgrading setuptools on OSX El Capitan...


pythonmacospython-2.7setuptools

Read More
Customizing python package directory layout with setup.py...


setuptoolssetup.pydistutilspython-packaging

Read More
Installing SetupTools on 64-bit Windows...


pythonsetuptoolseasy-install

Read More
tox fails at setuptools: assert version is not None...


gitsetuptoolstox

Read More
Single place to keep `__version__`?...


pythonsetuptools

Read More
How include static files to setuptools - python package...


pythonpackagesetuptools

Read More
How to use __main__ as the setuptools's entry points...


pythonsetuptools

Read More
pip install . only allows package to be imported when in the original directory...


pythonpippackagesetuptoolssetup.py

Read More
How to package root-level modules in namespace packages?...


pythonsetuptoolssetup.pypython-packaging

Read More
ModuleNotFoundError when installing a package with entry points using pipx...


pythonpython-3.xsetuptoolspipx

Read More
Building a package with generated Python files...


setuptoolssetup.pypython-packagingpyproject.toml

Read More
Python setup.py install_requires not found when hosting private python repo...


python-3.xsetuptools

Read More
memory increase after upgrading setuptools...


pythonpython-3.xlinuxsetuptoolspython-3.9

Read More
Python setup.py: import packages from subdirectories not specifying top level directory...


pythonpipsetuptoolssetup.pydistutils

Read More
Identify forks of a Python package from within...


pythonpipsetuptoolspypi

Read More
Declaring optional components of my package in setup.py...


pythonsetuptoolsdistutils

Read More
Why do I get a "No matching distribution found" error when installing a package I just upl...


pythonsetuptoolspypisetup.pypython-packaging

Read More
python package_data vs data_files vs extra_files...


pythonsetuptools

Read More
How do I read project dependencies from pyproject.toml from my setup.py, to avoid duplicating the in...


pythonsetuptoolspython-packagingbeewarepyproject.toml

Read More
Installing a package installs only the package with version number attached...


pythonsetuptoolspython-packagingpyproject.toml

Read More
How to add a command printing only the version to my setup.py...


setuptools

Read More
Offline Installation of python & pip...


pythoninstallationpipofflinesetuptools

Read More
How can I add post-install scripts to easy_install / setuptools / distutils?...


pythonsetuptoolsdistutils

Read More
Package and find non Python Files in a python package...


pythonsetuptoolspython-packaging

Read More
BackNext