From 9380759da86c2e3eae43b673c86a957a21511cc5 Mon Sep 17 00:00:00 2001 From: Damien Garros Date: Mon, 11 Nov 2024 21:02:40 +0100 Subject: [PATCH] Update Apache-2.0 in pyproject.toml (#976) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2859f1ee..03e50c0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,11 @@ name = "nornir" version = "3.4.1" description = "Pluggable multi-threaded framework with inventory management to help operate collections of devices" authors = ["David Barroso "] -license = "Apache 2.0" +license = "Apache-2.0" readme = "README.md" repository = "https://github.com/nornir-automation/nornir" classifiers = [ - "License :: OSI Approved :: Apache Software License", + "License :: OSI Approved :: Apache Software License 2.0 (Apache-2.0)", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",