Loading MANIFEST.in +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ include LICENSE Makefile Dockerfile LICENSE Makefile README.md requirements.txt include index.ipynb recursive-include sourmash_lib * recursive-include sourmash * recursive-include tests * recursive-include data * recursive-include demo * recursive-include third-party *.cc *.h global-exclude *.orig global-exclude *.pyc Loading debian/clean +1 −0 Original line number Diff line number Diff line .pytest_cache/ .eggs/ sourmash.egg-info/ sourmash/_minhash.cpp sourmash/version.py debian/control +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 12~), python3-sphinx, python3-screed, python3-setuptools, python3-setuptools-scm, python3-setuptools-scm-git-archive, python3-yaml, Standards-Version: 4.3.0 Loading debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line ship_tests_data_demo debian/patches/ship_tests_data_demo 0 → 100644 +16 −0 Original line number Diff line number Diff line Author: Michael R. Crusoe <michael.crusoe@gmail.com> Description: Include the tests, example data, and demo in the package Fixes running the tests using pybuild for Debian --- sourmash.orig/MANIFEST.in +++ sourmash/MANIFEST.in @@ -2,6 +2,9 @@ include index.ipynb recursive-include sourmash_lib * recursive-include sourmash * +recursive-include tests * +recursive-include data * +recursive-include demo * recursive-include third-party *.cc *.h global-exclude *.orig global-exclude *.pyc Loading
MANIFEST.in +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ include LICENSE Makefile Dockerfile LICENSE Makefile README.md requirements.txt include index.ipynb recursive-include sourmash_lib * recursive-include sourmash * recursive-include tests * recursive-include data * recursive-include demo * recursive-include third-party *.cc *.h global-exclude *.orig global-exclude *.pyc Loading
debian/clean +1 −0 Original line number Diff line number Diff line .pytest_cache/ .eggs/ sourmash.egg-info/ sourmash/_minhash.cpp sourmash/version.py
debian/control +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 12~), python3-sphinx, python3-screed, python3-setuptools, python3-setuptools-scm, python3-setuptools-scm-git-archive, python3-yaml, Standards-Version: 4.3.0 Loading
debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line ship_tests_data_demo
debian/patches/ship_tests_data_demo 0 → 100644 +16 −0 Original line number Diff line number Diff line Author: Michael R. Crusoe <michael.crusoe@gmail.com> Description: Include the tests, example data, and demo in the package Fixes running the tests using pybuild for Debian --- sourmash.orig/MANIFEST.in +++ sourmash/MANIFEST.in @@ -2,6 +2,9 @@ include index.ipynb recursive-include sourmash_lib * recursive-include sourmash * +recursive-include tests * +recursive-include data * +recursive-include demo * recursive-include third-party *.cc *.h global-exclude *.orig global-exclude *.pyc