Skip to content

Commit

Permalink
setup.py: Set long_description and type
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
odscjames committed Nov 13, 2024
1 parent b72c9e1 commit 72d21dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
scripts=['manage.py'],
url='https://github.com/OpenDataServices/lib-cove-web',
description='',
long_description="",
long_description_content_type="text/plain",
classifiers=[
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
],
Expand Down

0 comments on commit 72d21dc

Please sign in to comment.