mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-10 02:24:22 +02:00
Explicitly include tests and docs in sdist (#75)
Also exclude 'tests' from runtime installation - thanks, @jayvdb
This commit is contained in:
parent
59a2e8ebdc
commit
0988f2eccc
2 changed files with 5 additions and 1 deletions
4
MANIFEST.in
Normal file
4
MANIFEST.in
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
include LICENSE
|
||||
include README.md
|
||||
recursive-include docs *.rst
|
||||
recursive-include tests *.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue