[Fix] No such file or directory: 'README.md'
Merge branch 'jquast-patch-1': Closes #1
This commit is contained in:
commit
f7b4b1de0c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ setup(
|
|||
name='colout',
|
||||
version='0.6',
|
||||
description='Color Up Arbitrary Command Output.',
|
||||
long_description=open('README.md').read(),
|
||||
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),
|
||||
author='nojhan',
|
||||
author_email='nojhan@nojhan.net',
|
||||
url='http://nojhan.github.com/colout/',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue