Merge pull request #68 from Necior/master

Fix typos
This commit is contained in:
Johann Dreo 2014-12-19 11:10:13 +01:00
commit 71f86a7604
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
#encoding: utf-8 #encoding: utf-8
# Color Up Arbitrary Command Ouput # Color Up Arbitrary Command Output
# Licensed under the GPL version 3 # Licensed under the GPL version 3
# 2012 (c) nojhan <nojhan@nojhan.net> # 2012 (c) nojhan <nojhan@nojhan.net>

View file

@ -21,7 +21,7 @@ requires = ['argparse', 'pygments', 'babel']
setup( setup(
name='colout', name='colout',
version='0.1', version='0.1',
description='Color Up Arbitrary Command Ouput.', description='Color Up Arbitrary Command Output.',
long_description=open('README.md').read(), long_description=open('README.md').read(),
author='nojhan', author='nojhan',
author_email='nojhan@nojhan.net', author_email='nojhan@nojhan.net',