Skip to content

Commit

Permalink
setup.py: Add blank long_description and long_description_content_type
Browse files Browse the repository at this point in the history
To avoid any PyPi errors
  • Loading branch information
odscjames committed Nov 13, 2024
1 parent af61ca5 commit 94f55b0
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 @@ -51,6 +51,8 @@ def run(self):
url="https://github.com/OpenDataServices/flatten-tool",
license="MIT",
description="Tools for generating CSV and other flat versions of the structured data",
long_description="",
long_description_content_type="text/plain",
install_requires=install_requires,
extras_require={"HTTP": ["requests"], "geo": ["shapely", "geojson"]},
cmdclass={
Expand Down

0 comments on commit 94f55b0

Please sign in to comment.