Author: Ronny Pfannschmidt <[email protected]> Branch: Changeset: r457:a5c22fff0fb7 Date: 2012-06-18 14:35 +0200 http://bitbucket.org/cffi/cffi/changeset/a5c22fff0fb7/
Log: add MANIFEST.in, extend hgignore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -5,3 +5,6 @@ testing/__pycache__ demo/__pycache__ doc/build +build +dist +*.egg-info diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +recursive-include c * +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
