Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #132 from jonasstein/master
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
kennethreitz committed Jan 9, 2015
2 parents 9392b77 + a226b3f commit 93d10a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 93d10a8

Please sign in to comment.