[pypy-commit] cffi default: add MANIFEST.in, extend hgignore

RonnyPfannschmidt noreply at buildbot.pypy.org
Mon Jun 18 14:38:15 CEST 2012


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
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


More information about the pypy-commit mailing list