summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-01-06 00:07:16 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-01-06 00:07:16 -0800
commit01b51ffab76244846cd3c8c927a30982318f0424 (patch)
tree9dd82eef6a94d1e6da6968586b19c3d6562ee868
parentb76cf4c612079a0fc8086395af8261ed0efc1aff (diff)
Update the homepage in setup.
-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,