Skip to content

Commit

Permalink
Add MANIFEST.in to include docs and tests in source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
f0k committed Aug 13, 2015
1 parent 30ea8e5 commit 08980ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
include *.rst
include *.txt
include LICENSE

recursive-include lasagne/tests *.py
recursive-include examples *.py
recursive-include docs *.rst conf.py *.css Makefile

recursive-exclude * __pycache__
recursive-exclude * *.py[co]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
url="https://github.com/Lasagne/Lasagne",
license="MIT",
packages=find_packages(),
include_package_data=True,
include_package_data=False,
zip_safe=False,
install_requires=install_requires,
extras_require={
Expand Down

0 comments on commit 08980ee

Please sign in to comment.