Author: Maciej Fijalkowski <[email protected]>
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='[email protected]',
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to