New posts in setuptools

pip ignores dependency_links in setup.py

Latest 'pip' fails with "requires setuptools >= 0.8 for dist-info"

Upgrading setuptools on OSX El Capitan

Python packages and egg-info directories

How do I set up Setuptools for Python 2.6 on Windows?

What is the official "preferred" way to install pip and virtualenv systemwide?

Python setuptools: How can I list a private repository under install_requires?

How do I install an old version of Django on virtualenv?

Why is pip installing an old version of my package?

Removing python module installed in develop mode

How may I override the compiler (GCC) flags that setup.py uses by default?

setuptools: package data folder location

When to use pip requirements file versus install_requires in setup.py?

Extending setuptools extension to use CMake in setup.py?

Src layout to dispense .src prefix in imports? Activate venv in PyCharm terminal for development installs

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

Installing SetupTools on 64-bit Windows

How include static files to setuptools - python package

Do python projects need a MANIFEST.in, and what should be in it?

How to include package data with setuptools/distutils?