From 7fe6824a915a04acfed12aef7a6d21fd534afbea Mon Sep 17 00:00:00 2001 From: Runar Ask Johannessen <89020325+equinor-ruaj@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:04:51 +0100 Subject: [PATCH] add license classifier in pyproject.toml (#278) --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d3b30dd..63063483 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,10 @@ dynamic = ["version"] license = { file = "LICENSE" } readme = { file = "README.md", content-type = "text/markdown" } authors = [{ name = "Equinor" }] -classifiers = ["Programming Language :: Python"] +classifiers = [ + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python", +] dependencies = [ "pandas>=1.1.3", "sumo-wrapper-python",