[pypy-commit] cffi default: Fix the content?

arigo noreply at buildbot.pypy.org
Mon Jun 18 14:42:03 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r458:e01e7e93450e
Date: 2012-06-18 14:41 +0200
http://bitbucket.org/cffi/cffi/changeset/e01e7e93450e/

Log:	Fix the content?

diff --git a/MANIFEST.in b/MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,4 @@
-recursive-include c *
+recursive-include cffi *.py
+recursive-include c *.c *.h *.asm
 recursive-include testing *.py
 recursive-include doc *.py *.rst Makefile *.bat


More information about the pypy-commit mailing list