1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

PCKG fix setup.py and improve Manifest

This commit is contained in:
Patrick Kanzler
2016-03-08 18:26:23 +01:00
parent f676782130
commit e49c35abc1
4 changed files with 13 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ setup(
download_url='https://github.com/python-escpos/python-escpos/archive/master.zip',
description='Python library to manipulate ESC/POS Printers',
license='GNU GPL v3',
long_description=read('README'),
long_description=read('README.rst'),
author='Manuel F Martinez',
author_email='manpaz@bashlinux.com',
platforms=['linux'],