Skip to content

Commit 2f0d0d5

Browse files
committed
setup.py: Add blank long_description and long_description_content_type
To avoid any PyPi errors
1 parent 3dcda5b commit 2f0d0d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ def run(self):
5151
url="https://github.com/OpenDataServices/flatten-tool",
5252
license="MIT",
5353
description="Tools for generating CSV and other flat versions of the structured data",
54+
long_description="",
55+
long_description_content_type="text/plain",
5456
install_requires=install_requires,
5557
extras_require={"HTTP": ["requests"], "geo": ["shapely", "geojson"]},
5658
cmdclass={

0 commit comments

Comments
 (0)