# http://docs.python.org/2/distutils/sourcedist.html#the-manifest-in-template # (re)generate the manifest, but not create a source distribution: # python setup.py sdist --manifest-only recursive-include *.py *.sh *.txt include setup/* .setup/* global-exclude *.py[co] exclude LICENSE* README* description include data_files/* include Examples/* include tests/*, Tests/*, test/*, Test/*