summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragronholm <devnull@localhost>2010-03-21 08:15:32 +0200
committeragronholm <devnull@localhost>2010-03-21 08:15:32 +0200
commitffbaf24d6d88fd5509692fe9bf5bd205d55d015c (patch)
tree13133d05fc48bf323d46ce85df6cc08f72579401
parent79eebbc64027d29513133f5a69b82f1baeef483e (diff)
downloadapscheduler-1.2.tar.gz
Updated readme, pointed documentation URL to PyPIv1.2
-rw-r--r--README.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.txt b/README.txt
index 7863946..fadff1b 100644
--- a/README.txt
+++ b/README.txt
@@ -1,8 +1,8 @@
-APScheduler is a light but powerful in-process task scheduler that
-lets you schedule functions (or any python callables) to be executed at times
-of your choosing.
+Advanced Python Scheduler (apscheduler) is a light but powerful in-process task
+scheduler that lets you schedule functions (or any python callables) to be
+executed at times of your choosing.
-The development of APScheduler was heavily influenced by the `Quartz
+The development of apscheduler was heavily influenced by the `Quartz
<http://www.opensymphony.com/quartz/>`_ task scheduler written in Java,
although APScheduler cannot claim as many features.
@@ -22,7 +22,7 @@ Documentation
=============
Documentation can be found on the `APScheduler site
-<http://apscheduler.nextday.fi/>`_.
+<http://packages.python.org/APScheduler/>`_.
Source