diff --git a/pyproject.toml b/pyproject.toml index 2e545a35d7..b75c5e5bf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,10 +13,11 @@ authors = [ description = "A Python wrapper for the Discord API" readme = {content-type = "text/x-rst", file = "README.rst"} requires-python = ">=3.9" -license = {text = "MIT"} +license = "MIT" +license-files = ["LICENSE"] classifiers = [ "Development Status :: 5 - Production/Stable", - "License :: OSI Approved :: MIT License", + "License-Expression :: MIT", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent",