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
MANIFEST.in
... ... @@ -2,5 +2,7 @@ include README.rst
2 2 include MANIFEST.in
3 3 recursive-include colab/static *
4 4 recursive-include colab *.html *.txt
  5 +recursive-include misc *
5 6 recursive-exclude * __pycache__
6 7 recursive-exclude * *.py[co]
  8 +include requirements.txt
... ...