From 442e523956f982765854c5dc8118f6872c45b011 Mon Sep 17 00:00:00 2001 From: freeyoung Date: Fri, 14 Mar 2014 01:48:12 +0800 Subject: [PATCH] fix README path --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4388292..27197d0 100755 --- a/setup.py +++ b/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'],