Skip to content

Commit

Permalink
add comma and version num update
Browse files Browse the repository at this point in the history
  • Loading branch information
RJbalikian committed Jul 20, 2023
1 parent 5ec21e2 commit 9116ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "wells4hydrogeology"
dynamic = ["readme"]
license = {file = "LICENSE"}
version="0.0.7"
version="0.0.9"
description = "A package to read in geology data from wells and create a layered, gridded hydrogeologic model of a study region, all within a python environment, automating and performing tasks often carried out in a dedicated GIS software."
keywords = ["hydrogeology", "modflow", "water wells", "geology", 'water', 'geotechnical']
requires-python = "<3.13, >=3.9"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
name="wells4hydrogeology",
author= "Riley Balikian",
author_email = "balikian@illinois.edu",
version="0.0.8",
version="0.0.9",
install_requires=["geopandas", "rioxarray", "owslib", "scipy", "matplotlib", "pandas", "numpy"],
long_description = long_description,
long_description_content_type="text/markdown",
description="A package to read in geology data from wells and create a layered, gridded hydrogeologic model of a study region, all within a python environment, automating and performing tasks often carried out in a dedicated GIS software."
description="A package to read in geology data from wells and create a layered, gridded hydrogeologic model of a study region, all within a python environment, automating and performing tasks often carried out in a dedicated GIS software.",
package_data={'w4h': ['resources/*']}
)

0 comments on commit 9116ebe

Please sign in to comment.