New posts in distutils

Python distutils, how to get a compiler that is going to be used?

make distutils in Python automatically find packages

How to extend distutils with a simple post install script?

Automatic version number both in setup.py (setuptools) AND source code?

Using Cython To Link Python To A Shared Library

install_requires based on python version

setup.py: renaming src package to project name

Managing resources in a Python project

How can I install Python modules programmatically / through a Python script? [duplicate]

Run custom task when call `pip install`

What is the proper way to work with shared modules in Python development?

Don't touch my shebang

How to tell distutils to use gcc?

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

Make distutils look for numpy header files in the correct place

pip 10 and apt: how to avoid "Cannot uninstall X" errors for distutils packages

Cleaning build directory in setup.py

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

How to add package data recursively in Python setup.py?

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