Skip to content
Snippets Groups Projects
Commit bb9b05e7384a authored by Alex Gaynor's avatar Alex Gaynor
Browse files

added a long description for pypi.

parent b3729934bf48
Tags
No related merge requests found
...@@ -81,6 +81,18 @@ ...@@ -81,6 +81,18 @@
setup( setup(
name='cffi', name='cffi',
description='Foreign Function Interface for Python calling C code.', 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', version='0.7',
packages=['cffi'], packages=['cffi'],
zip_safe=False, zip_safe=False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment