From 81d075e44fbbcd88db163dde6e33fe07e399fe62 Mon Sep 17 00:00:00 2001 From: Alif Be Date: Wed, 17 Jan 2024 15:34:08 +0100 Subject: [PATCH] Fix invalid pypi classifier --- 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",