Top "Setuptools" questions

Setuptools builds on Python’s distutils to provide easier building, distribution, and installation of libraries and applications.

How to Bootstrap numpy installation in setup.py

I have a project which has a C extension which requires numpy. Ideally, I'd like whoever downloads my project to …

python numpy setuptools bootstrapping
Remove packages from local pypi index

This is similar to this question with one exception. I want to remove a few specific versions of the package …

setuptools pypi python-packaging devpi pypiserver