fix README path
This commit is contained in:
parent
5617571f31
commit
442e523956
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ setup(
|
|||
download_url='http://python-escpos.googlecode.com/files/python-escpos-1.0.zip',
|
||||
description='Python library to manipulate ESC/POS Printers',
|
||||
license='GNU GPL v3',
|
||||
long_description=open('README').read(),
|
||||
long_description=open('README.md').read(),
|
||||
author='Manuel F Martinez',
|
||||
author_email='manpaz@bashlinux.com',
|
||||
platforms=['linux'],
|
||||
|
|
Loading…
Reference in New Issue