summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2012-04-19 05:22:32 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2012-04-19 05:22:32 +0200
commitacf0171c564066ee995c543b68ba1366f8947d61 (patch)
treed51ad10a433fd40f39d1be6b6973ee987e831b09
parentb887bab44ad518e6bec290774bc866badaed04c3 (diff)
downloadsqlparse-acf0171c564066ee995c543b68ba1366f8947d61.tar.gz
Minimal update to README to make github happy.
-rw-r--r--README.rst (renamed from README)23
1 files changed, 17 insertions, 6 deletions
diff --git a/README b/README.rst
index 2ec6b02..2252377 100644
--- a/README
+++ b/README.rst
@@ -7,7 +7,7 @@ sqlparse is a non-validating SQL parser module for Python.
Install
-------
-Run
+Run::
python setup.py install
@@ -17,17 +17,28 @@ to install python-sqlparse on your system.
Run Tests
---------
+To run the test suite::
+
python test/run_tests.py
Links
-----
-Project Page: http://python-sqlparse.googlecode.com
-Documentation: http://python-sqlparse.googlecode.com/svn/docs/api/index.html
-Discussions: http://groups.google.com/group/sqlparse
-Issues/Bugs: http://code.google.com/p/python-sqlparse/issues/list
-Online Demo: http://sqlformat.appspot.com
+Project Page
+ https://github.com/andialbrecht/sqlparse
+
+Documentation
+ http://python-sqlparse.googlecode.com/svn/docs/api/index.html
+
+Discussions
+ http://groups.google.com/group/sqlparse
+
+Issues/Bugs
+ https://github.com/andialbrecht/sqlparse/issues
+
+Online Demo
+ http://sqlformat.appspot.com
python-sqlparse is licensed under the BSD license.