Author: Armin Rigo <[email protected]> Branch: Changeset: r64674:cff6d893bf16 Date: 2013-05-31 08:10 +0200 http://bitbucket.org/pypy/pypy/changeset/cff6d893bf16/
Log: Add an egg-info for greenlet, like cffi. diff --git a/lib_pypy/greenlet.egg-info b/lib_pypy/greenlet.egg-info new file mode 100644 --- /dev/null +++ b/lib_pypy/greenlet.egg-info @@ -0,0 +1,10 @@ +Metadata-Version: 1.0 +Name: greenlet +Version: 0.4.0 +Summary: Lightweight in-process concurrent programming +Home-page: https://github.com/python-greenlet/greenlet +Author: Ralf Schmitt (for CPython), PyPy team +Author-email: [email protected] +License: MIT License +Description: UNKNOWN +Platform: UNKNOWN _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
