Mercurial > hg > MakeItSo
changeset 218:d61783ce9fd5
maybe fix packaging issues
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 14 Dec 2015 12:56:36 -0800 |
parents | 745c785b6986 |
children | 7f8820a1c2d6 |
files | MANIFEST.in setup.py |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/MANIFEST.in Mon Dec 14 12:51:34 2015 -0800 +++ b/MANIFEST.in Mon Dec 14 12:56:36 2015 -0800 @@ -1,2 +1,3 @@ -include makeitso/python_module/* -include makeitso/python_package/* \ No newline at end of file +recursive-include makeitso/python_module/* +recursive-include makeitso/python_package/* +recursive-exclude * *.pyc *.pyo \ No newline at end of file