setup: improve metadata
This commit is contained in:
parent
eb6df3b645
commit
3ec6f5b6bd
5
setup.py
5
setup.py
@ -38,6 +38,8 @@ setup(
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
description = "STC MCU ISP flash tool",
|
description = "STC MCU ISP flash tool",
|
||||||
|
long_description = "Flash programming tool for STCmicro MCS-51/8051 compatible microcontrollers",
|
||||||
|
keywords = "stc mcu microcontroller 8051 mcs-51",
|
||||||
url = "https://github.com/grigorig/stcgal",
|
url = "https://github.com/grigorig/stcgal",
|
||||||
author = "Grigori Goronzy",
|
author = "Grigori Goronzy",
|
||||||
author_email = "greg@kinoho.net",
|
author_email = "greg@kinoho.net",
|
||||||
@ -52,6 +54,9 @@ setup(
|
|||||||
"Operating System :: Microsoft :: Windows",
|
"Operating System :: Microsoft :: Windows",
|
||||||
"Operating System :: MacOS",
|
"Operating System :: MacOS",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
"Programming Language :: Python :: 3.4",
|
||||||
|
"Programming Language :: Python :: 3.5",
|
||||||
|
"Programming Language :: Python :: 3.6",
|
||||||
"Topic :: Software Development :: Embedded Systems",
|
"Topic :: Software Development :: Embedded Systems",
|
||||||
"Topic :: Software Development",
|
"Topic :: Software Development",
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user