Adding a proper MANIFEST.in to the project.
This file will instruct setuptools to package *all* important distribution packages when the code gets uploaded to PyPI.
This commit is contained in:
parent
d9fcd3a264
commit
9f7e1fa121
1 changed files with 3 additions and 0 deletions
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
include LICENSE README.markdown
|
||||||
|
recursive-include examples *
|
||||||
|
recursive-exclude examples *.pyc
|
||||||
Loading…
Add table
Add a link
Reference in a new issue