Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib authored Jul 15, 2022
1 parent 0d54bd1 commit 7e04a4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name="pivpy",
version="0.0.13",
version="0.0.14",
author="Turbulence Structure Laboratory, Tel Aviv University",
author_email="[email protected]",
description=(
Expand All @@ -33,6 +33,7 @@ def read(fname):
],
extras_require = {
'readim': ['readim'],
'netcdf': ['netcdf4'],
'full': ['readim','netcdf4'],
},
long_description=read("README.md"),
Expand Down

0 comments on commit 7e04a4e

Please sign in to comment.