Skip to content
Snippets Groups Projects

Support for PyPi

Merged João Magalhães requested to merge joamag/pypi into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -61,5 +61,10 @@ setuptools.setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
long_description=open(os.path.join(os.path.dirname(__file__), "README.md"), "rb")
.read()
.decode("utf-8"),
long_description_content_type="text/markdown",
)
Loading