1
0
Fork 0

Update the homepage in setup.

This commit is contained in:
Amjith Ramanujam 2015-01-06 00:07:16 -08:00
parent b76cf4c612
commit 01b51ffab7
2 changed files with 2 additions and 1 deletions

1
TODO
View File

@ -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.

View File

@ -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,