mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
fix README path
This commit is contained in:
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'],
|
||||
|
Reference in New Issue
Block a user