f6cba1b72c
Assume setuptools is present and do not try to install distribute. Fixes issue #19 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
6 lines
142 B
Plaintext
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
|