Commit e318ed5c6cc5df1933a5eff9f736c17eb9ad08aa

Authored by Gust
1 parent 2bc90a5b

Change MANIFEST.in to be based of colab's

Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing 1 changed file with 5 additions and 8 deletions   Show diff stats
1 -include DESCRIPTION.rst  
2 -  
3 -# Include the test suite (FIXME: does not work yet)  
4 -# recursive-include tests *  
5 -  
6 -# If using Python 2.6 or less, then have to include package data, even though  
7 -# it's already declared in setup.py 1 +include README.rst
  2 +include MANIFEST.in
  3 +recursive-include colab *.html *.txt *.xml
  4 +recursive-exclude * __pycache__
  5 +recursive-exclude * *.py[co]
8 include requirements.txt 6 include requirements.txt
9 -recursive-include colab/proxy/gitlab/templates *