[Fix] No such file or directory: 'README.md'

Merge branch 'jquast-patch-1': Closes #1
This commit is contained in:
Stavros Ntentos 2018-10-26 11:20:02 +03:00
commit f7b4b1de0c

View file

@ -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/',