Skip to content

Commit

Permalink
Fix description issue with PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ElieTaillard committed Apr 25, 2024
1 parent 8aefd79 commit 80da86e
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 @@ -8,7 +8,8 @@
author="physics-sp",
author_email="[email protected]",
license="MIT",
description="A Python-based bot designed for automating tasks in the game Ikariam",
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
url="https://github.com/Ikabot-Collective/ikabot",
include_package_data=True,
packages=setuptools.find_packages(),
Expand Down

0 comments on commit 80da86e

Please sign in to comment.