Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r445:ea23f549e52a
Date: 2012-06-18 13:16 +0200
http://bitbucket.org/cffi/cffi/changeset/ea23f549e52a/

Log:    ups, fix the name

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
 
 
 setup(
-    name='ffi',
+    name='cffi',
     descripton='experimental ffi after the example of lua ffi',
     get_version_from_scm=True,
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to