diff --git a/pyproject.toml b/pyproject.toml index b8cc67d1e..cfe0cc412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ authors = [ { name = "Dylan Anthony", email = "contact@dylananthony.com" }, ] -license = { text = "MIT" } +license = "MIT" requires-python = ">=3.11,<4.0" dependencies = [ "jinja2>=3.0.0,<4.0.0", @@ -25,7 +25,6 @@ keywords = [ ] classifiers = [ "Development Status :: 4 - Beta", - "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11",