summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--setup.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 135aeec7..fc322cba 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
# vi: ft=vimwiki
* [ ] Add a page to keep track of changelog in pgcli.com
+* [ ] Add coverage.
* [ ] Refactor to sqlcompletion to consume the text from left to right and use a state machine to suggest cols or tables instead of relying on hacks.
* [ ] ON keyword should suggest aliases. This is something we don't currently support since a collection of aliases is not maintained.
* [ ] Refactor to sqlcompletion to consume the text from left to right and use a state machine to suggest cols or tables instead of relying on hacks.
diff --git a/setup.py b/setup.py
index afedf21c..be1fac2d 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ setup(
author_email='amjith[dot]r[at]gmail.com',
version=version,
license='LICENSE.txt',
- url='https://github.com/amjith/pgcli',
+ url='http://pgcli.com',
packages=find_packages(),
package_data={'pgcli': ['pgclirc']},
description=description,