Search code examples
Does it make sense to install my Python unit tests in site-packages?...


pythonunit-testinginstallationsetuptoolssoftware-distribution

Read More
What is the replacement for distutils.util.get_platform()?...


pythonpython-3.xsetuptoolsdistutils

Read More
Place pre-compiled extensions in root folder of non-pure Python Wheel package...


pythonsetuptoolsdistutils

Read More
I cannot import a Python package despite it being on the right path...


pythonpipsetuptoolspython-modulepypi

Read More
setup.py files equivalence of data-files attribute in pyproject.toml...


setuptoolspython-packagingpyproject.toml

Read More
pep 420 namespace_packages purpose in setup.py...


pythonsetuptoolsdistutils

Read More
What's the difference between 'pip3 install -e .' and 'python3 setup.py develop'...


pythonpipsetuptoolssetup.pypython-packaging

Read More
Importing modules with same name...


pythonpython-importsetuptoolssetup.py

Read More
What's the difference between the [tool.poetry] and [project] tables in pyproject.toml?...


setuptoolspypipython-packagingpython-poetrypyproject.toml

Read More
display __version__ using setuptools.setup values in setup.py...


pythonsetuptools

Read More
two copies of source code being checked by flake8 in CI/CD pipeline...


pythonpython-3.xcontinuous-integrationsetuptools

Read More
Airflow: Package installation of rpy2 to execute RScripts in Airflow...


pythonrpython-3.xsetuptoolsdocker-image

Read More
How to make setup.py for standalone python application in a right way?...


pythonsetuptoolssetup.py

Read More
How to exclude a single file from package with setuptools and setup.py...


pythonpackagesetuptoolspypi

Read More
Strip scripts from pybuild...


pythondebiansetuptoolspackaging

Read More
setuptools_scm: how to append "-alpha" to package version upon merge in gitflow?...


pythonreleasesetuptoolspackagingsemantic-versioning

Read More
Why does setuptools create egg-info for both my project and for "UNKNOWN"...


pythonsetuptoolseggpipenv-install

Read More
The problem with setuptools, anaconda prompt...


pythontensorflowanacondasetuptools

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


pythonsetuptoolssetup.pypython-packaging

Read More
Twine is asking for my password each time : how to use the .pypirc...


pythonsetuptoolstwine

Read More
Why is setuptools so slow...


pythonpython-3.xsetuptools

Read More
How to force virtualenv to install latest setuptools and pip from pypi?...


pythonvirtualenvpipsetuptoolsvirtualenvwrapper

Read More
Questions about Setuptools and alternatives...


pythonpackagingsetuptoolspip

Read More
Multiple python packages in a single repository...


python-3.xsetuptoolspypi

Read More
How to Package and Publish a Script That Calls Other Scripts as a Pip Wheel...


pythonsetuptoolspython-wheeldistribute

Read More
Reference requirements.txt for the install_requires kwarg in setuptools setup.py file...


pythonpipsetuptoolsrequirements.txt

Read More
KeyError / frozen importlib._bootstrap error on second library import in spyder...


pythonspydersetuptools

Read More
Why can't I exclude `tests` directory from my python wheel using `exclude`?...


pythonsetuptoolspython-wheel

Read More
Setuptools -- Replacing Manifest.in with pyproject.toml...


pythonsetuptoolspep517sdist

Read More
How to force a platform wheel using build and pyproject.toml?...


pythonsetuptoolspython-packagingpython-wheelpep517

Read More
BackNext