commit
71f86a7604
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue