Added version number and improved documentation.

Tue, 23 Jun 2015 10:53:03 +0300

author
Iannis <ioannis@inoe.ro>
date
Tue, 23 Jun 2015 10:53:03 +0300
changeset 1
783c8a0db76f
parent 0
a172f26a566a
child 2
c492770144c4

Added version number and improved documentation.

readme.rst file | annotate | diff | comparison | revisions
scc_access.py file | annotate | diff | comparison | revisions
--- a/readme.rst	Tue Jun 23 10:30:08 2015 +0300
+++ b/readme.rst	Tue Jun 23 10:53:03 2015 +0300
@@ -20,6 +20,7 @@
 
 Any suggestions for improvements and new features are more than welcome.
 
+
 Installation
 ------------
 
@@ -30,6 +31,10 @@
 
 See http://docs.python-requests.org/en/latest/user/install/ for more details.
 
+You can use the script by cloning this mercurial repository. Alternatively, you 
+can just coppy the scc_access.py and and settings.sample.py files to a local 
+directory.
+
 
 Settings
 --------
--- a/scc_access.py	Tue Jun 23 10:30:08 2015 +0300
+++ b/scc_access.py	Tue Jun 23 10:53:03 2015 +0300
@@ -23,6 +23,9 @@
 THE SOFTWARE.
 """
 
+__version__ = "0.5.0"
+
+
 # Try to read the settings from the settings.py file
 try:
     from settings import *

mercurial