Author: Armin Rigo <[email protected]> Branch: Changeset: r702:61a483c1e753 Date: 2012-07-27 10:22 +0200 http://bitbucket.org/cffi/cffi/changeset/61a483c1e753/
Log: c/test_c.py was also missing from MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ recursive-include cffi *.py -recursive-include c *.c *.h *.asm +recursive-include c *.c *.h *.asm *.py recursive-include testing *.py recursive-include doc *.py *.rst Makefile *.bat include LICENSE setup_base.py _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
