Search code examples
How to add platform-specific package data in setup.py?...


python-3.xsetuptools

Read More
No module named pkg_resources...


pythonpipvirtualenvsetuptools

Read More
How to interpret the "Package would be ignored" warning generated by setuptools?...


pythonsetuptools

Read More
Using environment variables in `pyproject.toml` for versioning...


pythonversionsetuptoolspyproject.toml

Read More
Why did I get an error ModuleNotFoundError: No module named 'distutils'?...


pythonsetuptoolsdistutilsskfuzzypython-3.12

Read More
How to write a minimally working pyproject.toml file that can install packages?...


setuptoolspython-packagingpython-poetrypyproject.tomlpep517

Read More
Specifying command line scripts in pyproject.toml...


pythonsetuptoolssetup.pypyproject.toml

Read More
Is there a reason to have both tox.ini and setup.cfg in a python project?...


setuptoolstoxpyscaffold

Read More
Python 3.10+ equivalent to `distutils` package...


pythoninstallationsetuptoolssetup.pydistutils

Read More
unable to import local package when renaming in setup.py...


pythonsetuptoolspackaging

Read More
What is setuptool's alternative to (the deprecated) distutils `strtobool`?...


pythonargparsesetuptoolsdistutils

Read More
Why is pip installing an old version of my package?...


pythonpipsetuptools

Read More
How to dynamically manipulate README.md in pyproject.toml...


pythonsetuptoolspyproject.toml

Read More
pip ignores dependency_links in setup.py...


pythonpipsetuptoolsdistutilseasy-install

Read More
twine error with recent setuptools build but previous ones fine "InvalidDistribution: Metadata ...


pythonsetuptoolspypi

Read More
ERROR: No matching distribution found for setuptools==80.9.0 (windows 11)...


python-3.xwindowspipsetuptools

Read More
Standard way to embed version into Python package?...


pythonsetuptoolssetup.pypython-packaging

Read More
how to compile multiple files in cython...


pythoncythonsetuptoolsdistutils

Read More
Linker error when trying to install FFCV on Python/Windows...


pythonwindowspipsetuptools

Read More
Python packaging: single-module with package data...


pythonsetuptoolspython-modulepython-packaging

Read More
Python 'pip install' fails to detect activated MSVC Build Tools...


pythonwindowsvisual-c++pipsetuptools

Read More
Prevent pip from caching a package...


pipsetuptoolssetup.pypython-packagingpython-wheel

Read More
How is "egg=" used in "pip install -e"?...


pythonpipsetuptools

Read More
Injecting build date automatically when building WHL with setuptools?...


pythonpython-3.xsetuptoolspyproject.toml

Read More
Why isn't setup.py metadata being used on PyPI?...


pythonsetuptoolspypi

Read More
Determining version of easy_install/setuptools...


pythonsetuptoolseasy-install

Read More
Building a Python extension with a local C++ library dependency using setuptools and build...


pythonpython-3.xsetuptoolspython-c-apipyproject.toml

Read More
Python - Custom package visible but contained functions are not...


pythonpipsetuptoolspyproject.tomluv

Read More
How can I get the version defined in setup.py (setuptools) in my package?...


pythonsetuptools

Read More
How to reference a requirements.txt in the pyproject.toml of a setuptools project?...


pythonpipsetuptoolspyproject.toml

Read More
BackNext