setup: improve metadata

This commit is contained in:
Grigori Goronzy 2018-06-26 23:06:30 +02:00
parent eb6df3b645
commit 3ec6f5b6bd

View File

@ -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",
], ],