Search code examples
Python extension: using different compiler flags for a C parts and C++ parts...


pythonc++cgccsetuptools

Read More
Python setuptools multiple extension modules with shared C source code building in parallel...


pythonsetuptoolspython-c-api

Read More
Alternative dependencies (fall back) in setup.py...


pythoninstallationsetuptools

Read More
how to exclude "tests" folder from the wheel of a pyproject.toml managed lib?...


pythonsetuptoolspyproject.toml

Read More
How to create a console script using if __name__ == ' __main__' condition?...


pythonpipsetuptools

Read More
How to write setup.py to include a Git repository as a dependency...


pythondjangogitpackagingsetuptools

Read More
Add py.typed as package data with setuptools in pyproject.toml...


pythonsetuptoolspyproject.tomltyped

Read More
getting no develop install with `pip install -e .` unless I delete `pyproject.toml`...


pythonpipsetuptoolssetup.pypyproject.toml

Read More
.env files and python package distribution...


pythonsetuptoolspackagingdistutils.env

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


pythonpipsetuptools

Read More
Building a PyPi package using setuptools & pyproject.toml with a custom directory tree...


pythonpython-3.xsetuptoolspyproject.toml

Read More
How to install pip with Python 3?...


pythonpython-3.xpippackagesetuptools

Read More
Including non-Python files without __init__.py using `package_data` in setup.py?...


pythonsetuptoolssetup.pyeggdata-files

Read More
Version loaded from file does not comply with PEP 440...


python-3.xsetuptools

Read More
Run a shell script during pip install...


pythonsetuptoolspypisetup.pypython-wheel

Read More
How to use Spark Connect with pyspark on Python 3.12?...


pythonpysparksetuptoolsspark-connect

Read More
pkg_resources is deprecated as an API...


pythonpipsetuptoolsdeprecation-warning

Read More
Python packaging with pyproject.toml and setuptools...


pythoncommand-line-interfacesetuptoolspython-packagingpyproject.toml

Read More
How do I provide a link to a changelog for a package on PyPI?...


pythonsetuptoolspypipython-packaging

Read More
setuptools.package-data has no effect within a docker container...


pythonsetuptoolspyproject.toml

Read More
Setuptools and Pyproject.toml: specify source?...


pythonsetuptoolspyproject.toml

Read More
Python 3.6.9 . ImportError: No module named setuptools_rust and a Command "python setup.py egg_...


pythonubuntupipsetuptoolspyopenssl

Read More
Pyproject using flat-layout creating several folders in lib folder instead one module...


pythonpipsetuptoolspyproject.toml

Read More
Packaging with pyproject.toml that will include other multi level directories...


pythonsetuptoolspython-packagingpyproject.toml

Read More
Avoiding package reinstalls when developing binary module...


pipsetuptoolspython-packagingscikit-build

Read More
Run setup function from setuptools only if __name__ == "__main__"?...


pythonpython-3.xsetuptoolssetup.py

Read More
How to force a python wheel to be platform specific when building it?...


pythonsetuptoolssetup.pypython-wheel

Read More
How to include header file in source distribution?...


pythoncpipsetuptoolscffi

Read More
Is there an equivalent to NPM's "peerDependencies" in Python (preferably in setuptools...


pythondependenciessetuptoolspeer-dependencies

Read More
"UNKNOWN" project name and version number for my own pip-package...


pythonsetuptoolspython-packaging

Read More
BackNext