Merge Request #24
← To merge requests
From
update_manifest
into
master
Commits (1)
Showing
1 changed file
Show diff stats
MANIFEST.in
| 1 | include README.rst | 1 | 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 *.xml |
| 5 | recursive-include misc * | 5 | recursive-include misc * |
| 6 | recursive-exclude * __pycache__ | 6 | recursive-exclude * __pycache__ |
| 7 | recursive-exclude * *.py[co] | 7 | recursive-exclude * *.py[co] |