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 3b41a29 commit 0fc0159Copy full SHA for 0fc0159
setup.py
@@ -3,10 +3,12 @@
3
from setuptools import setup
4
5
setup(name='pipedream-solver',
6
- version='0.2.1',
7
- description='Interactive hydrodynamic solver for sewer/stormwater networks',
+ version='0.2.2',
+ 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",
10
author='Matt Bartos',
- author_email='mdbartos@umich.edu',
11
+ author_email='mdbartos@utexas.edu',
12
url='https://mdbartos.github.io/pipedream',
13
packages=["pipedream_solver"],
14
install_requires=[
0 commit comments