From 2ef7ba6b490282c9e6cfdf82ea220772bf67d1ba Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Thu, 25 May 2017 11:55:02 -0700 Subject: [PATCH] :bug:fix in setup.py --- metadata.py | 6 +----- setup.py | 5 +++++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/metadata.py b/metadata.py index 4617958..d0d0ed3 100644 --- a/metadata.py +++ b/metadata.py @@ -1,14 +1,10 @@ # Version info __name__ = 'tableprint' -__version__ = '0.6.4' +__version__ = '0.6.5' __license__ = 'MIT' # Project description(s) __description__ = 'Pretty console printing of tabular data' -__long_description__ = '''Formatted console printing of tabular data. - tableprint lets you easily print formatted tables of data. - Unlike other modules, you can print single rows of data at a time - (useful for printing ongoing computation results).''' # The project's main homepage. __url__ = 'https://github.com/nirum/tableprint' diff --git a/setup.py b/setup.py index 4c75c86..b1880ee 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,11 @@ with open('metadata.py', 'r') as f: setup( + long_description='''Formatted console printing of tabular data. + tableprint lets you easily print formatted tables of data. + Unlike other modules, you can print single rows of data at a time + (useful for printing ongoing computation results).''', + # See https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[ # How mature is this project? Common values are