Skip to content

Commit 032463e

Browse files
committed
Prevent a warning in twine upload.
1 parent 492ea9a commit 032463e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
setuptools.setup(
3535
version=version,
3636
long_description=long_description,
37+
long_description_content_type="text/x-rst",
3738
ext_modules=ext_modules,
3839
)

0 commit comments

Comments
 (0)