sqlite-utils/MANIFEST.in
John Vandenberg 0988f2eccc
Explicitly include tests and docs in sdist (#75)
Also exclude 'tests' from runtime installation - thanks, @jayvdb
2020-01-30 16:21:26 -08:00

4 lines
92 B
Text

include LICENSE
include README.md
recursive-include docs *.rst
recursive-include tests *.py