[pypy-commit] cffi default: fix URL and description

fijal noreply at buildbot.pypy.org
Mon Jun 18 13:56:57 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r451:794b030af0a9
Date: 2012-06-18 13:35 +0200
http://bitbucket.org/cffi/cffi/changeset/794b030af0a9/

Log:	fix URL and description

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -8,10 +8,10 @@
 
 setup(
     name='cffi',
-    descripton='experimental ffi after the example of lua ffi',
+    description='Foreign Function Interface for Python calling C code.',
     get_version_from_scm=True,
 
-    url='https://bitbucket.org/cffi/cffi',
+    url='http://cffi.readthedocs.org',
     author='Armin Rigo, Maciej Fijalkowski',
     author_email='python-cffi at googlegroups.com',
 


More information about the pypy-commit mailing list