mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-13 11:50:31 +02:00
Added content type for long description
This commit is contained in:
1
setup.py
1
setup.py
@@ -25,6 +25,7 @@ setup(
|
||||
version=get_latest_git_tag(),
|
||||
description="Collection of my Python and FastAPI shortcuts, snippets etc.",
|
||||
long_description=open("README.md").read(),
|
||||
long_description_content_type="text/markdown",
|
||||
author="Conrad Großer",
|
||||
author_email="conrad@noah.tech",
|
||||
packages=find_packages(),
|
||||
|
||||
Reference in New Issue
Block a user