We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32103fb commit 0d685b3Copy full SHA for 0d685b3
setup.py
@@ -18,6 +18,5 @@
18
# Read the contents of the README file
19
from pathlib import Path
20
this_directory = Path(__file__).parent
21
-long_description = (this_directory / "README.rst").read_text()
22
23
-setup(long_description=long_description, long_description_content_type='text/x-rst')
+setup(long_description="README.rst", long_description_content_type='text/x-rst')
0 commit comments