specify long description content type
This commit is contained in:
parent
c25a1ad180
commit
deeab25604
1
setup.py
1
setup.py
|
@ -17,6 +17,7 @@ setuptools.setup(
|
|||
author_email="lazar.michael22@gmail.com",
|
||||
description="An Experimental Gemini Server",
|
||||
long_description=long_description(),
|
||||
long_description_content_type="text/markdown",
|
||||
py_modules=["jetforce", "jetforce_client"],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
|
|
Loading…
Reference in New Issue