diff --git a/pyproject.toml b/pyproject.toml index 20a85e2..e7d3c05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ version = "0.24.8" keywords = ["incremental", "parsing", "tree-sitter", "json"] classifiers = [ "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Compilers", "Topic :: Text Processing :: Linguistic", "Typing :: Typed", @@ -19,7 +18,8 @@ authors = [ { name = "Amaan Qureshi", email = "amaanq12@gmail.com" }, ] requires-python = ">=3.9" -license.text = "MIT" +license = "MIT" +license-files = ["LICENSE"] readme = "README.md" [project.urls]