setup
This commit is contained in:
parent
eb3dc2fcf0
commit
3f91cc0c7a
4
setup.py
4
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',
|
||||
|
Loading…
Reference in New Issue
Block a user