# HG changeset patch # User Florent Aide, <florent.aide@gmail.com> # Date 1317904955 -7200 # Thu Oct 06 14:42:35 2011 +0200 # Node ID 3d9423715d33a5a599bfa883c4a298c828c940f7 # Parent ce82caf54f0a6dce20ad4a4f0297240db14a2bb1 Adding the MANIFEST.in to make sure the py3oconverter.jar is included in all release packages diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,1 @@ +recursive-include py3o *.jar *.py