Skip to content

Commit 0fc0159

Browse files
authored
Update setup.py
1 parent 3b41a29 commit 0fc0159

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
from setuptools import setup
44

55
setup(name='pipedream-solver',
6-
version='0.2.1',
7-
description='Interactive hydrodynamic solver for sewer/stormwater networks',
6+
version='0.2.2',
7+
description='🚰 Interactive hydrodynamic solver for pipe and channel networks',
8+
long_description="🚰 Interactive hydrodynamic solver for pipe and channel networks",
9+
long_description_content_type="text/x-rst",
810
author='Matt Bartos',
9-
author_email='mdbartos@umich.edu',
11+
author_email='mdbartos@utexas.edu',
1012
url='https://mdbartos.github.io/pipedream',
1113
packages=["pipedream_solver"],
1214
install_requires=[

0 commit comments

Comments
 (0)