diff --git a/pyproject.toml b/pyproject.toml index d2421d6..230fef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "setuptools-scm", "PyYaml"] +requires = ["setuptools", "PyYaml"] build-backend = "setuptools.build_meta" [project] @@ -9,8 +9,7 @@ version = "1.0.1" readme = "README.rst" requires-python = ">=3.10" dependencies = ["ua-parser-builtins"] - -license = {text = "Apache 2.0"} +license = "Apache-2.0" authors = [ { name = "Stephen Lamm", email = "slamm@google.com"}, @@ -28,7 +27,6 @@ classifiers = [ "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", - "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules",