diff --git a/pyproject.toml b/pyproject.toml index 62a63c8..613305d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,12 +15,11 @@ dependencies = [ ] requires-python = ">=3.9" readme = "README.rst" -license = {text = "Apache License 2.0"} +license = "Apache-2.0" classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", @@ -55,7 +54,7 @@ Documentation = "https://minfraud.readthedocs.org/" [build-system] requires = [ - "setuptools>=61.0.0", + "setuptools>=77.0.3", "setuptools-scm", ] build-backend = "setuptools.build_meta"