Search code examples
How to specify Python requirements by allowing prereleases?...


pythonpipsetuptoolsdistutils

Read More
Installing more files with `python setup.py develop`...


pythonpython-2.7python-2.xsetuptoolsdistutils

Read More
How to set entry point for console script with multiple command groups for Python Click?...


pythoncommand-lineconsolesetuptoolspython-click

Read More
include_package_data=True does not work...


pythonpython-3.xsetuptools

Read More
Setuptools python - import problem inside project...


pythonimportpython-importsetuptoolssetup.py

Read More
What does setuptools.setup do with all the metadata keywords?...


pythonsetuptoolspypi

Read More
zc.buildout randomly broke during routine patch today...


pythonpython-2.7pipsetuptoolsbuildout

Read More
how to integrate a whole click cli module with setuptools entry_points...


pythoncommand-line-interfacesetuptoolsentry-point

Read More
Is there a portable way to provide localization of a package distributed on PyPI?...


pythonlocalizationsetuptools

Read More
easy_install clobbers my easy-install.pth and drops the python-commands in the beginning and end of ...


python-2.7installationsetuptoolseasy-install

Read More
Failed building wheel for numpy pandas...


pythonpandasnumpysetuptoolspython-wheel

Read More
How can I override a setuptools command from a setup_require dependancy?...


pythonoverridingsetuptools

Read More
Containerising Python command line application...


pythondockerpipsetuptools

Read More
How do I uninstall a setuptools plugin?...


python-3.xpluginssetuptools

Read More
Why a .pth file is created sometime on package installation?...


pythonsetuptools

Read More
How can I make setuptools install a package that's not on PyPI?...


pythonsetuptoolsdistutilspypi

Read More
Restricting packages when trying to create an egg file doesnt work...


pythonpython-2.7setuptoolsegg

Read More
Python c++ wrapper : Convert multi-type struct to it's python representation (preferable diction...


pythonc++cswigsetuptools

Read More
Is it acceptable to have python package names with numbers in it?...


pythonpipsetuptoolspypi

Read More
not able to update my package on pypi.org...


pythonpipsetuptoolspypitwine

Read More
A runall command in setup.py...


pythonpython-3.xdesign-patternssetuptools

Read More
setuptools and cffi: how to change the library path...


pythonshared-librariessetuptoolscffi

Read More
setup.py how NOT to keep multiple version of packages...


python-3.xversioningsetuptoolssetup.pypython-packaging

Read More
Removing the symlink doesn't clear a package from the corresponding virtualenv...


pythonvirtualenvsetuptools

Read More
Installing from a locally generated wheel does not show update in code...


pythonsetuptoolssetup.pypython-wheelpython-packaging

Read More
including python file from project root in setup.py build...


pythondirectoryconfiguration-filessetuptoolssetup.py

Read More
Unable to create a Python package for pip...


pythonpipsetuptoolspypi

Read More
Why pip install colorama~=0.3 installs colorama-0.4.0...


pythonpipsetuptools

Read More
How to restrict python module to be installed in specific version of Python?...


pythonpipinstallationsetuptoolssetup.py

Read More
My MANIFEST.in content installed to distinct location from rest of package...


pythonmanifestsetuptools

Read More
BackNext