From 743d9c8b3e62bb0f840cfbd25dfbf996cf8c58cf Mon Sep 17 00:00:00 2001 From: Alif Be <11570927+alifbe@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:37:18 +0100 Subject: [PATCH] Fix invalid pypi classifier (#427) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b473efd..2e803a9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ authors = [ keywords = ["relative permeability", "capillary pressure", "reservoir simulation"] classifiers = [ "Development Status :: 5 - Production/Stable", - "Intended Audience :: Science/Research/Developers", + "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development :: Libraries",