Skip to content

Commit

Permalink
build: proper description render on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Dec 8, 2022
1 parent 2d99212 commit 1a8dd4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@
author_email="[email protected]",
version=version,
long_description=readme,
long_description_content_type = "text/markdown",
url="https://github.com/sinkaroid/booru",
project_urls={
"Discord": "https://discord.gg/8wj4vM5hHM",
"Funding": "https://paypal.me/sinkaroid",
"CI": "https://github.com/sinkaroid/booru/actions",
"Funding": "https://github.com/sponsors/sinkaroid",
"Issue tracker": "https://github.com/sinkaroid/booru/issues/new/choose",
"Documentation": "https://sinkaroid.github.io/booru",
"Discord": "https://discord.gg/8wj4vM5hHM",
},
packages=["booru", "booru.client", "booru.utils"],
license="MIT",
Expand All @@ -56,8 +58,6 @@
include_package_data=True,
keywords=[
"booru",
"library",
"hentai",
"gelbooru",
"rule34",
"safebooru",
Expand Down

0 comments on commit 1a8dd4a

Please sign in to comment.