diff --git a/pyproject.toml b/pyproject.toml index d18c4aa0..9dfda3b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ dependencies = [ ] requires-python = ">=3.8" readme = "README.rst" -license = {file = "LICENSE"} +license = "BSD-3-Clause" +license-files = ["LICENSE"] classifiers = ["Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3",