Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r62930:b2e3aff13ba5 Date: 2013-04-02 21:43 +0200 http://bitbucket.org/pypy/pypy/changeset/b2e3aff13ba5/
Log: try to add egg info for cffi diff --git a/lib-python/2/cffi.egg-info b/lib-python/2/cffi.egg-info new file mode 100644 --- /dev/null +++ b/lib-python/2/cffi.egg-info @@ -0,0 +1,10 @@ +Metadata-Version: 1.0 +Name: cffi +Version: 0.6 +Summary: Foreign Function Interface for Python calling C code. +Home-page: http://cffi.readthedocs.org +Author: Armin Rigo, Maciej Fijalkowski +Author-email: [email protected] +License: MIT +Description: UNKNOWN +Platform: UNKNOWN _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
