Skip to content

Commit

Permalink
setup.py: Clear description error
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jarofgreen committed Nov 13, 2024
1 parent 6c39872 commit a0b1cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]
},
url="https://github.com/OpenDataServices/lib-cove-web-2",
description="q",
description="",
classifiers=[],
python_requires=">=3.8",
install_requires=[
Expand Down

0 comments on commit a0b1cb6

Please sign in to comment.