Python package `distcontrib` contributes utility functions to Distutils, extending its
functionalities, like integration with Cython build and a launcher for doctest.
The primary reason for the existence of `distcontrib` is making life a lot easier
when you write `setup.py` for your projects. You can create a template `setup.py`
file and simply copy it to all new or existing projects you have,
without any modification, in most situations. Under the covers, `distcontrib` finds several bits and
pieces about your project and *automagically* configures itself
so that you don't have to adjust your setup.py file everytime you create a new project.
View full history Series and milestones
trunk series is the current focus of development.