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

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
clint = "Command Line Interface Tools" tells me the README
  • Loading branch information
jonasstein committed Dec 27, 2014
1 parent e3f283e commit a226b3f
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 a226b3f

Please sign in to comment.