Skip to content

Commit

Permalink
Add content type for long description, bump python version in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Nov 15, 2023
1 parent 28928b8 commit 813cfef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand All @@ -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",
Expand Down

0 comments on commit 813cfef

Please sign in to comment.