Author: Stefano Rivera <stef...@rivera.za.net> Branch: split-verify Changeset: r1368:3b261ee4ef91 Date: 2013-10-07 01:37 +0200 http://bitbucket.org/cffi/cffi/changeset/3b261ee4ef91/
Log: We'd want to ship ffibuilder in the sdist diff --git a/testing/snippets/distutils_module/setup.py b/testing/snippets/distutils_module/setup.py --- a/testing/snippets/distutils_module/setup.py +++ b/testing/snippets/distutils_module/setup.py @@ -6,6 +6,7 @@ setup( + data_files=['ffibuilder.py'], ext_modules=[FFIExtension(ffibuilder.build_ffi)], cmdclass={'build_ext': build_ext}, ) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit