From 56751c9f4630215a7cb3cd85ebc0822b983aa6d3 Mon Sep 17 00:00:00 2001 From: Runar Ask Johannessen Date: Fri, 15 Dec 2023 14:14:24 +0100 Subject: [PATCH] add license classifier in pyproject.toml --- 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",