From eda74e6616dce0def25c08698a9967400462b408 Mon Sep 17 00:00:00 2001 From: Simon Howroyd Date: Sat, 26 Aug 2023 13:02:47 +0100 Subject: [PATCH] Bumped to RC --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2730a28..3f913e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,20 +4,20 @@ build-backend = "setuptools.build_meta" [project] name = "twitchirc_drgreengiant" -version = "2.0.0b4" -authors = [ - { name="Simon Howroyd", email="howroydlsu@gmail.com" }, -] +version = "2.0.0rc0" +authors = [{ name = "Simon Howroyd", email = "howroydlsu@gmail.com" }] description = "A simple receive only Twitch IRC client" +keywords = ["twitch", "irc", "chat"] readme = "README.md" requires-python = ">=3.11.4" classifiers = [ - "Programming Language :: Python :: 3", - "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", - "Operating System :: OS Independent", - "Topic :: Communications :: Chat :: Internet Relay Chat" + "Programming Language :: Python :: 3", + "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", + "Operating System :: OS Independent", + "Topic :: Communications :: Chat :: Internet Relay Chat", ] [project.urls] "Homepage" = "https://github.com/howroyd/twitchirc" -"Bug Tracker" = "https://github.com/howroyd/twitchirc/issues" \ No newline at end of file +"Repository" = "https://github.com/howroyd/twitchirc" +"Bug Tracker" = "https://github.com/howroyd/twitchirc/issues"