Author: Armin Rigo <[email protected]> Branch: Changeset: r1424:6430e95da26e Date: 2013-11-23 16:10 +0100 http://bitbucket.org/cffi/cffi/changeset/6430e95da26e/
Log: Include win64.obj in the source archive 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 *.py +recursive-include c *.c *.h *.asm *.py win64.obj recursive-include testing *.py recursive-include doc *.py *.rst Makefile *.bat recursive-include demo py.cleanup *.py _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
