diff --git a/pyproject.toml b/pyproject.toml index 5e3a1898..c1e6cef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,10 +39,10 @@ readme = "DESCRIPTION.rst" # Optional # https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires requires-python = ">=3.7" -# This is either text indicating the license for the distribution, or a file -# that contains the license +# This is SPDX keyword indicating the license for the distribution # https://packaging.python.org/en/latest/specifications/core-metadata/#license -license = {file = "LICENSE"} +# https://spdx.org/licenses/ +license = "Apache-2.0" # This field adds keywords for your project which will appear on the # project page. What does your project relate to? @@ -82,9 +82,6 @@ classifiers = [ # Optional "Intended Audience :: End Users/Desktop", "Topic :: Internet :: WWW/HTTP", - # Pick your license as you wish - "License :: OSI Approved :: Apache Software License", - # Specify the Python versions you support here. In particular, ensure # that you indicate you support Python 3. These classifiers are *not* # checked by "pip install". See instead "python_requires" below.