From a226b3f2dc480d86b5780aa586a27a46ff74382c Mon Sep 17 00:00:00 2001 From: Jonas Stein Date: Sat, 27 Dec 2014 18:54:20 +0100 Subject: [PATCH] Update setup.py clint = "Command Line Interface Tools" tells me the README --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1dd436..5e40fa3 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def publish(): setup( name='clint', version=clint.__version__, - description='Python Command-line Application Tools', + description='Python Command Line Interface Tools', long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(), author='Kenneth Reitz',