Make setup.cfg release ready, move to GitHub
This commit is contained in:
parent
34a3279e2f
commit
4ba22a3a33
|
@ -3,9 +3,11 @@ name = clintermission
|
||||||
version = 0.1.0
|
version = 0.1.0
|
||||||
author = Sebastian Lohff
|
author = Sebastian Lohff
|
||||||
author-email = seba@someserver.de
|
author-email = seba@someserver.de
|
||||||
home-page = https://git.someserver.de/seba/clintermission
|
license = Apache-2.0
|
||||||
description = Non-fullscreen commandline selection menu
|
home-page = https://github.com/sebageek/clintermission
|
||||||
|
description = Non-fullscreen command-line selection menu
|
||||||
long-description = file: README.md
|
long-description = file: README.md
|
||||||
|
long-description-content-type = text/markdown
|
||||||
platform = any
|
platform = any
|
||||||
keywords = cli, menu
|
keywords = cli, menu
|
||||||
classifiers =
|
classifiers =
|
||||||
|
@ -15,6 +17,7 @@ classifiers =
|
||||||
Programming Language :: Python :: 3.5
|
Programming Language :: Python :: 3.5
|
||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
|
Programming Language :: Python :: 3.8
|
||||||
License :: OSI Approved :: Apache Software License
|
License :: OSI Approved :: Apache Software License
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
|
|
Loading…
Reference in New Issue