From 0fc0159c4d21ec531d55b6cbedaa55ddc2e85ff5 Mon Sep 17 00:00:00 2001 From: Matt Bartos Date: Sun, 9 Jul 2023 12:25:47 -0500 Subject: [PATCH] Update setup.py --- setup.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index a7653ff..6e05882 100644 --- a/setup.py +++ b/setup.py @@ -3,10 +3,12 @@ from setuptools import setup setup(name='pipedream-solver', - version='0.2.1', - description='Interactive hydrodynamic solver for sewer/stormwater networks', + version='0.2.2', + description='🚰 Interactive hydrodynamic solver for pipe and channel networks', + long_description="🚰 Interactive hydrodynamic solver for pipe and channel networks", + long_description_content_type="text/x-rst", author='Matt Bartos', - author_email='mdbartos@umich.edu', + author_email='mdbartos@utexas.edu', url='https://mdbartos.github.io/pipedream', packages=["pipedream_solver"], install_requires=[