New posts in setuptools

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

Enforcing python version in setup.py

Managing resources in a Python project

Post install script after installing a wheel

Add numpy.get_include() argument to setuptools without preinstalled numpy

How to include and install local dependencies in setup.py in Python?

How can I include package_data without a MANIFEST.in file?

How to easily distribute Python software that has Python module dependencies? Frustrations in Python package installation on Unix

Why does "python setup.py sdist" create unwanted "PROJECT-egg.info" in project root directory?

Python package structure, setup.py for running unit tests

How to specify version ranges in install_requires (setuptools, distribute)

How can I add post-install scripts to easy_install / setuptools / distutils?

What is the advantage of setting zip_safe to True when packaging a Python project?

stopping setup.py from installing as egg

Difference between extras_require() and install_requires() in setup.py?

What's the difference between setup.py and setup.cfg in python projects

What is the correct way to share package version with setup.py and the package?

Symbol not found: __PyCodecInfo_GetIncrementalDecoder

pip install . creates only the dist-info not the package

Setuptools "development" Requirements