add */*.py to default MANIFEST.in to avoid pb such as #719282 in the future stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 23 Feb 2010 18:21:30 +0100
branchstable
changeset 4671 00d139c5f386
parent 4670 48ba6f820fae
child 4672 0288f8e5460c
add */*.py to default MANIFEST.in to avoid pb such as #719282 in the future
skeleton/MANIFEST.in
--- a/skeleton/MANIFEST.in	Tue Feb 23 17:39:13 2010 +0100
+++ b/skeleton/MANIFEST.in	Tue Feb 23 18:21:30 2010 +0100
@@ -1,5 +1,4 @@
 include *.py
-
+include */*.py
 recursive-include data external_resources *.gif *.png *.css *.ico *.js
 recursive-include i18n *.pot *.po
-recursive-include migration *.py