mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
added MANIFEST to make sdist better
This commit is contained in:
parent
39858fb4f2
commit
09b78803e2
1 changed files with 5 additions and 0 deletions
5
MANIFEST.in
Normal file
5
MANIFEST.in
Normal file
|
@ -0,0 +1,5 @@
|
|||
recursive-include docs *.txt
|
||||
recursive-include docs *.html
|
||||
prune docs/_build *.txt
|
||||
prune docs/_build/_sources *.txt
|
||||
prune docs/_build _sources
|
Loading…
Reference in a new issue