[pypy-commit] cffi default: a fix

fijal noreply at buildbot.pypy.org
Mon Jun 18 14:54:15 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r460:ca6e81df7f1e
Date: 2012-06-18 14:53 +0200
http://bitbucket.org/cffi/cffi/changeset/ca6e81df7f1e/

Log:	a fix

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,7 @@
     name='cffi',
     description='Foreign Function Interface for Python calling C code.',
     get_version_from_scm=True,
+    packages=['cffi'],
 
     url='http://cffi.readthedocs.org',
     author='Armin Rigo, Maciej Fijalkowski',


More information about the pypy-commit mailing list