From 51036f6cc55370cd6a01d0c1617d8574c55e3b36 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 19 Mar 2009 20:41:51 -0400
Subject: [PATCH] Add maturity info to PyPI blurb.

---
 setup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.py b/setup.py
index d78fa950..1402e77c 100644
--- a/setup.py
+++ b/setup.py
@@ -85,6 +85,8 @@ def main():
               above are virtually free.
 
             * Helpful `Documentation <http://documen.tician.de/pyopencl>`_.
+
+            For, now the best next stop is the `source tree <http://git.tiker.net/pyopencl.git/>`_.
             """,
             author=u"Andreas Kloeckner",
             author_email="inform@tiker.net",
-- 
GitLab