This commit is contained in:
Bartosz Kościów 2017-05-05 12:12:27 +02:00
parent eb3dc2fcf0
commit 3f91cc0c7a

View File

@ -14,8 +14,8 @@ def read(*paths):
setup(
name='gfxlcd',
version='0.2.0',
description='gfxlcd is a handler for grpahical lcds: ILI9328, SSD1306, NJU6450 @ Raspberry Pi.',
keywords=['gfxlcd', 'raspberry pi' ,'ili9328' ,'ssd1306', 'nju6450', 'lcd', 'graphical lcd'],
description='gfxlcd is a handler for graphical lcds: ILI9328, SSD1306, NJU6450, touch panel: AD7843 @ Raspberry Pi.',
keywords=['gfxlcd', 'raspberry pi' ,'ili9328' ,'ssd1306', 'nju6450', 'lcd', 'graphical lcd', 'touch panel', 'ad7843'],
long_description=(read('readme.md')),
url='https://github.com/bkosciow/gfxlcd',
license='MIT',