Commit f7189f661d00393a13da5a2497a476f47284edc4

Authored by Antonio Terceiro
1 parent fa6af6f7

MANIFEST.in: include files needed for packages

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
@@ -2,5 +2,7 @@ include README.rst @@ -2,5 +2,7 @@ include README.rst
2 include MANIFEST.in 2 include MANIFEST.in
3 recursive-include colab/static * 3 recursive-include colab/static *
4 recursive-include colab *.html *.txt 4 recursive-include colab *.html *.txt
  5 +recursive-include misc *
5 recursive-exclude * __pycache__ 6 recursive-exclude * __pycache__
6 recursive-exclude * *.py[co] 7 recursive-exclude * *.py[co]
  8 +include requirements.txt