From b43760a697120908444af52d912214734961c88a Mon Sep 17 00:00:00 2001 From: Kirk Hardy Date: Wed, 16 Apr 2025 12:14:15 -0400 Subject: [PATCH] Revert "Fix license formatting issues (#31)" This reverts commit 89b6a15374b98d754ddac5b0f0a55fe09f3059df. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1eec2b0..c9befed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,9 @@ dynamic = ["dependencies", "version"] readme = "README.md" requires-python = ">=3.9, <4" authors = [{ name = "Ethyca, Inc.", email = "fidesteam@ethyca.com" }] -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache License 2.0" } classifiers = [ + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",