diff --git a/setup.py b/setup.py index 4d8ae17..f90fe63 100644 --- a/setup.py +++ b/setup.py @@ -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',