setup: add metadata
This commit is contained in:
parent
2bf43d161a
commit
af35a6ba51
20
setup.py
20
setup.py
@ -12,5 +12,23 @@ setup(
|
||||
"console_scripts": [
|
||||
"stcgal = stcgal.frontend:cli",
|
||||
],
|
||||
}
|
||||
},
|
||||
description = "STC MCU ISP flash tool",
|
||||
url = "https://github.com/grigorig/stcgal",
|
||||
author = "Grigori Goronzy",
|
||||
author_email = "greg@kinoho.net",
|
||||
license = "MIT License",
|
||||
platforms = "any",
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Environment :: Console",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: POSIX",
|
||||
"Operating System :: Microsoft :: Windows",
|
||||
"Operating System :: MacOS",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Topic :: Software Development :: Embedded Systems",
|
||||
"Topic :: Software Development",
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user