We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcda5b commit 2f0d0d5Copy full SHA for 2f0d0d5
setup.py
@@ -51,6 +51,8 @@ def run(self):
51
url="https://github.com/OpenDataServices/flatten-tool",
52
license="MIT",
53
description="Tools for generating CSV and other flat versions of the structured data",
54
+ long_description="",
55
+ long_description_content_type="text/plain",
56
install_requires=install_requires,
57
extras_require={"HTTP": ["requests"], "geo": ["shapely", "geojson"]},
58
cmdclass={
0 commit comments