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",