MANIFEST.in 172 Bytes Edit Raw Blame History 1 2 3 4 5 6 include README.rst include MANIFEST.in recursive-include colab_spb *.html *.txt *.xml recursive-exclude * __pycache__ recursive-exclude * *.py[co] include requirements.txt