From 68b1f2a787585680ed8641281af94ef404688efa Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 2 Oct 2022 14:57:38 +0200 Subject: [PATCH] Correct homepage in setup.cfg --- setup.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index f66a03e..faa1faa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,14 @@ [metadata] name = fs-uae-wrapper summary = Automate archives and state for fs-uae -description_file = README.rst +description = Automate archives and state for fs-uae +long_description = file: README.rst author = Roman Dobosz author_email = gryf73@gmail.com -url = https://github.com/gryf/fs-uea-wrapper +url = https://github.com/gryf/fs-uae-wrapper license = BSD keywords = uae, fs-uae, amiga, emulator, wrapper -version = 0.8.2 +version = 0.8.3 classifier = Development Status :: 5 - Production/Stable Environment :: Console