diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2014-03-31 17:57:33 +0100 |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2014-03-31 17:57:33 +0100 |
commit | 659fd184af35bf1230577084433176d1cae650d8 (patch) | |
tree | 218f8f195d90972d23b040a7d8e265e6f392a71f | |
parent | 972f5b48637f3fe765c49fb24b43d252e3ce182a (diff) | |
download | logutils-git-659fd184af35bf1230577084433176d1cae650d8.tar.gz |
GC05: Added info on source code repository to README.
-rw-r--r-- | README.txt | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -18,7 +18,7 @@ installed with the standard Python installation procedure: There is a set of unit tests which you can invoke with python setup.py test - + before running the installation. Availability & Documentation @@ -27,3 +27,8 @@ The latest version of logutils can be found at: http://code.google.com/p/logutils/ +The source code repository is at: + +https://bitbucket.org/vinay.sajip/logutils/ + + |