From 813cfef9335ad988bd2743b721c79bf50b7a358b Mon Sep 17 00:00:00 2001 From: rafalp Date: Wed, 15 Nov 2023 21:07:11 +0100 Subject: [PATCH] Add content type for long description, bump python version in manifest --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c1f5398c4..1f7ceb807d 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ "with built in OAuth 2 client." ), long_description=README, + long_description_content_type="text/markdown", url="http://www.misago-project.org/", author="Rafał Pitoń", author_email="kontakt@rpiton.com", @@ -44,7 +45,7 @@ "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI",