From d0c171fd159a3fe9bf13cefc0a4f5bf6f69f4c70 Mon Sep 17 00:00:00 2001 From: portega Date: Tue, 13 Aug 2024 13:17:15 +0800 Subject: [PATCH] chore(pypi) add desc and tags --- .github/workflows/tests_macos.yml | 2 +- README.md | 7 +++++++ setup.cfg | 11 +++++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests_macos.yml b/.github/workflows/tests_macos.yml index 653134c..12a5358 100644 --- a/.github/workflows/tests_macos.yml +++ b/.github/workflows/tests_macos.yml @@ -1,4 +1,4 @@ -name: tests macOS +name: mf6rtm continuous integration - macOS on: - push diff --git a/README.md b/README.md index 8afebdc..ed9076f 100644 --- a/README.md +++ b/README.md @@ -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 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. diff --git a/setup.cfg b/setup.cfg index e2b3e6a..5d5eac0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -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 @@ -27,7 +34,7 @@ install_requires = phreeqcrm modflowapi flopy -python_requires = >=3.6 +python_requires = >=3.9 package_dir = =src zip_safe = no