Skip to content

Commit

Permalink
chore(pypi) add desc and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ortega committed Aug 13, 2024
1 parent 2814d68 commit d0c171f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests macOS
name: mf6rtm continuous integration - macOS

on:
- push
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# MF6RTM: Reactive Transport Model via the MODFLOW 6 and PHREEQCRM APIs
![Tests](https://github.com/p-ortega/mf6rtm/actions/workflows/tests_main.yml/badge.svg)
![Tests](https://github.com/p-ortega/mf6rtm/actions/workflows/tests_macos.yml/badge.svg)
[![GitHub tag](https://img.shields.io/github/tag/MODFLOW-USGS/modflowapi.svg)](https://github.com/p-ortega/mf6rtm/tags/latest)

[![PyPI License](https://img.shields.io/pypi/l/modflowapi)](https://pypi.python.org/pypi/mf6rtm)
<!-- [![PyPI Status](https://img.shields.io/pypi/status/modflowapi.png)](https://pypi.python.org/pypi/mf6rtm) -->
<!-- [![PyPI Format](https://img.shields.io/pypi/format/modflowapi)](https://pypi.python.org/pypi/mf6rtm) -->
[![PyPI Version](https://img.shields.io/pypi/v/modflowapi.png)](https://pypi.python.org/pypi/mf6rtm)
[![PyPI Versions](https://img.shields.io/pypi/pyversions/modflowapi.png)](https://pypi.python.org/pypi/mf6rtm)

## Benchmarks
Benchmark comparing model results against PHT3D are in `benchmark/`. Each folder contains a Jupyter notebook to write and execute an MF6RTM model via the MUP3D class. Additionally, PHT3D files are provided in the corresponding `pht3d` directory for each example.
Expand Down
11 changes: 9 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ author-email = portega@intera.com
license = BSD 3-Clause
license_file = LICENSE
platforms = unix, linux, osx, cygwin, win32
keywords = MODFLOW, PHREEQCRM, reactive transport, groundwater, hydrology
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Expand All @@ -16,7 +18,12 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
version = 0.1.0
License :: OSI Approved :: BSD License
Topic :: Scientific/Engineering :: Hydrology
Topic :: Scientific/Engineering :: Reactive Transport

version = 0.1.1
long_description = file: README.md
[options]
packages =
mf6rtm
Expand All @@ -27,7 +34,7 @@ install_requires =
phreeqcrm
modflowapi
flopy
python_requires = >=3.6
python_requires = >=3.9
package_dir =
=src
zip_safe = no
Expand Down

0 comments on commit d0c171f

Please sign in to comment.