From 4ba22a3a3342b4731a9e06171e229f105faffe0d Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sun, 16 Aug 2020 16:29:31 +0200 Subject: [PATCH] Make setup.cfg release ready, move to GitHub --- setup.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 39b8143..c551ee7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,9 +3,11 @@ name = clintermission version = 0.1.0 author = Sebastian Lohff author-email = seba@someserver.de -home-page = https://git.someserver.de/seba/clintermission -description = Non-fullscreen commandline selection menu +license = Apache-2.0 +home-page = https://github.com/sebageek/clintermission +description = Non-fullscreen command-line selection menu long-description = file: README.md +long-description-content-type = text/markdown platform = any keywords = cli, menu classifiers = @@ -15,6 +17,7 @@ classifiers = Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 License :: OSI Approved :: Apache Software License [options]