[pypy-commit] cffi default: Issue #112: add demo/ in the distributed tar file.

arigo noreply at buildbot.pypy.org
Sun Nov 10 10:12:24 CET 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1409:8dfdd2c265a1
Date: 2013-11-10 10:12 +0100
http://bitbucket.org/cffi/cffi/changeset/8dfdd2c265a1/

Log:	Issue #112: add demo/ in the distributed tar file.

diff --git a/MANIFEST.in b/MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,4 +2,5 @@
 recursive-include c *.c *.h *.asm *.py
 recursive-include testing *.py
 recursive-include doc *.py *.rst Makefile *.bat
+recursive-include demo py.cleanup *.py
 include LICENSE setup_base.py


More information about the pypy-commit mailing list