Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: alex_gaynor/added-a-long-description-for-pypi-1374279083916
Changeset: r1292:bb9b05e7384a
Date: 2013-07-20 00:11 +0000
http://bitbucket.org/cffi/cffi/changeset/bb9b05e7384a/

Log:    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