diff --git a/MANIFEST.in b/MANIFEST.in index 58b3516..0dc2d85 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,6 @@ -include DESCRIPTION.rst - -# Include the test suite (FIXME: does not work yet) -# recursive-include tests * - -# If using Python 2.6 or less, then have to include package data, even though -# it's already declared in setup.py +include README.rst +include MANIFEST.in +recursive-include colab *.html *.txt *.xml +recursive-exclude * __pycache__ +recursive-exclude * *.py[co] include requirements.txt -recursive-include colab/proxy/gitlab/templates * -- libgit2 0.21.2