1
0
mirror of https://github.com/dbcli/pgcli synced 2024-06-24 02:03:20 +00:00

Update the description in setup.py.

This commit is contained in:
Amjith Ramanujam 2014-12-11 00:59:28 -08:00
parent 2208153909
commit 7b363a3634

View File

@ -8,14 +8,14 @@ with open('pgcli/__init__.py', 'rb') as f:
version = str(ast.literal_eval(_version_re.search(
f.read().decode('utf-8')).group(1)))
description = 'CLI for Postgres. With auto-completion and syntax highlighting.'
description = 'CLI for Postgres Database. With auto-completion and syntax highlighting.'
setup(
name='pgcli',
author='Amjith Ramanujam',
version=version,
license='LICENSE.txt',
license='LICENSE',
url='https://github.com/amjith/pgcli',
packages=find_packages(),
description=description,