Author: Armin Rigo <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
