Author: arigo <armin.r...@gmail.com>
Branch: 
Changeset: r1293:5da3dbba87a0
Date: 2013-07-20 09:16 +0200
http://bitbucket.org/cffi/cffi/changeset/5da3dbba87a0/

Log:    Merged in alex_gaynor/cffi-1/alex_gaynor/added-a-long-description-
        for-pypi-1374279083916 (pull request #18)

        added a long description for pypi.

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -81,6 +81,18 @@
   setup(
     name='cffi',
     description='Foreign Function Interface for Python calling C code.',
+    long_description="""
+CFFI
+====
+
+Foreign Function Interface for Python calling C code.
+Please see the `Documentation <http://cffi.readthedocs.org/>`_.
+
+Contact
+-------
+
+`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
+    """,
     version='0.7',
     packages=['cffi'],
     zip_safe=False,
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to