Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbartos authored Jul 9, 2023
1 parent 3b41a29 commit 0fc0159
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 0fc0159

Please sign in to comment.