Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r846:5bdca9ebf8e6
Date: 2012-08-13 18:09 +0200
http://bitbucket.org/cffi/cffi/changeset/5bdca9ebf8e6/

Log:    Name this demo module.

diff --git a/demo/setup.py b/demo/setup.py
--- a/demo/setup.py
+++ b/demo/setup.py
@@ -7,5 +7,6 @@
 from distutils.extension import Extension
 import bsdopendirtype
 
-setup(py_modules=['bsdopendirtype'],
+setup(name='bsdopendirtype',
+      py_modules=['bsdopendirtype'],
       ext_modules=[bsdopendirtype.ffi.verifier.get_extension()])
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to