Mercurial > hg > MakeItSo
diff MANIFEST.in @ 218:d61783ce9fd5
maybe fix packaging issues
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 14 Dec 2015 12:56:36 -0800 |
parents | 360a70d3ef5f |
children | 7f8820a1c2d6 |
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