Skip to content

Commit 62a9230

Browse files
committed
setup.py: Clear description error, set long_description and type
This was causing a pypi deploy error, `long_description` has syntax errors in markup and would not be rendered on PyPI. No content rendered from RST source.
1 parent 6c39872 commit 62a9230

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
]
2020
},
2121
url="https://github.com/OpenDataServices/lib-cove-web-2",
22-
description="q",
22+
description="",
23+
long_description="",
24+
long_description_content_type="text/plain",
2325
classifiers=[],
2426
python_requires=">=3.8",
2527
install_requires=[

0 commit comments

Comments
 (0)