Skip to content

Commit

Permalink
Add long_description to packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbartos authored May 16, 2023
1 parent 19edd60 commit 6328a10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
name="pysheds",
version="0.3.4",
description="🌎 Simple and fast watershed delineation in python.",
long_description="🌎 Simple and fast watershed delineation in python.",
long_description_content_type="text/x-rst",
author="Matt Bartos",
author_email="mdbartos@umich.edu",
url="http://open-storm.org",
Expand Down Expand Up @@ -43,4 +45,4 @@
dev=["pytest", "pytest-cov"],
recipes=["geopandas", "ipython", "matplotlib", "seaborn"]
),
)
)

0 comments on commit 6328a10

Please sign in to comment.