Skip to content
Snippets Groups Projects
Verified Commit 36c9af2e authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: adds README.md to pypi

parent 33f81162
No related branches found
No related tags found
1 merge request!44Support for PyPi
Pipeline #4333 failed
This commit is part of merge request !44. Comments created here will be created in the context of that merge request.
......@@ -62,4 +62,8 @@ setuptools.setup(
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
long_description=open(os.path.join(os.path.dirname(__file__), "README.md"), "rb")
.read()
.decode("utf-8"),
long_description_content_type="text/markdown",
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment