Author: Armin Rigo <[email protected]>
Branch: cffi-1.0
Changeset: r2033:1163c23d133b
Date: 2015-05-17 13:34 +0200
http://bitbucket.org/cffi/cffi/changeset/1163c23d133b/

Log:    (kostia) clarify

diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst
--- a/doc/source/cdef.rst
+++ b/doc/source/cdef.rst
@@ -89,7 +89,7 @@
     setup(
         ...,
         setup_requires=["cffi>=1.0.0"],
-        cffi_modules=["path/to/foo_build.py:ffi"],
+        cffi_modules=["package/foo_build.py:ffi"],
         install_requires=["cffi>=1.0.0"],
     )
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to