Needed to update the requirements lines in MANIFEST. I changed it
so that we shouldn't have to update it again even if we add more
to it.
This commit is contained in:
Will Kahn-Greene 2012-06-29 05:08:59 -04:00
Родитель b1dad0d79f
Коммит c90bd92c8b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
include README.rst CHANGELOG LICENSE CONTRIBUTORS
include requirements.txt requirements-extra.txt
include requirements*.txt
include docs/Makefile docs/conf.py
recursive-include docs *.rst *.py