summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-07-20 00:11:29 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2013-07-20 00:11:29 +0000
commitff10e31dda3c146b6d58edf59932ea62e4296499 (patch)
tree8ff9b83d7147f3b6cceffc51f21450b26803dc2c
parentf0c75e3ae1b7e5e94ac2be35f0e39a008ad92afd (diff)
downloadcffi-alex_gaynor/added-a-long-description-for-pypi-1374279083916.tar.gz
-rw-r--r--setup.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index dfe1d4e..033f659 100644
--- a/setup.py
+++ b/setup.py
@@ -81,6 +81,18 @@ if __name__ == '__main__':
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,