stevedore/MANIFEST.in
Doug Hellmann f6cba1b72c Remove reliance on distribute
Assume setuptools is present and do not try to install
distribute.

Fixes issue #19

Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-06-12 10:58:38 -04:00

6 lines
142 B
Plaintext

include setup.py
recursive-include docs *.rst *.py *.html *.css *.js *.png *.txt
recursive-include tests *.py
include tox.ini
include LICENSE