From 66dc59fed3cf6c8491174591a913715589c9c888 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Thu, 14 Aug 2014 14:06:22 -0400 Subject: Update setup.py, add CHANGELOG --- setup.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a7a560f..ab049e2 100644 --- a/setup.py +++ b/setup.py @@ -4,11 +4,13 @@ from setuptools import setup setup(name='tabletext', version='0.1', - description='Pretty-print tabular data', - long_description=open("README.rst").read(), - url='https://github.com/Thibauth/python-pushover', + description='Python library and command line utility to pretty-print\ + tabular data', + long_description=open("README.rst").read() + "\n" + + open("CHANGELOG.rst").read(), + url='https://github.com/Thibauth/tabletext', author='Thibaut Horel', - author_email='thibaut.hore+tabletext@gmail.com', + author_email='thibaut.horel+tabletext@gmail.com', py_modules=['tabletext'], entry_points={"console_scripts": ["table=tabletext:main"]}, use_2to3=True, -- cgit v1.2.3-70-g09d2