Skip to content

Commit

Permalink
update ver num and package list
Browse files Browse the repository at this point in the history
  • Loading branch information
RJbalikian committed Jul 20, 2023
1 parent 9116ebe commit 6ed88c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.9"
version="0.0.10"
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
6 changes: 3 additions & 3 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.9",
version="0.0.10",
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.",
package_data={'w4h': ['resources/*']}
)
package_data={'w4h': ['resources/*', 'resources/sample_data/*', 'resources/sample_data/DictionaryTerms/*','resources/sample_data/LithologyInterpretations*']}
)

0 comments on commit 6ed88c3

Please sign in to comment.