summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-07-09 17:35:31 +0200
committerArmin Rigo <arigo@tunes.org>2015-07-09 17:35:31 +0200
commit213949874e1cc64157e78c90d272302c3afcc298 (patch)
treec480695436871664cf16e2607af5cd0efe496722 /setup.py
parent0a74254d751ff2b67a754aaa334c224462259980 (diff)
downloadcffi-213949874e1cc64157e78c90d272302c3afcc298.tar.gz
Point to the bitbucket wiki.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 0c06c66..1d28052 100644
--- a/setup.py
+++ b/setup.py
@@ -137,7 +137,8 @@ CFFI
====
Foreign Function Interface for Python calling C code.
-Please see the `Documentation <http://cffi.readthedocs.org/>`_.
+Please see the `Documentation <http://bitbucket.org/cffi/cffi/wiki/>`_
+(sources in the doc/ directory of the main repo).
Contact
-------
@@ -150,7 +151,7 @@ Contact
if cpython else {},
zip_safe=False,
- url='http://cffi.readthedocs.org',
+ url='http://bitbucket.org/cffi/cffi/wiki/',
author='Armin Rigo, Maciej Fijalkowski',
author_email='python-cffi@googlegroups.com',