diff --git a/pyproject.toml b/pyproject.toml index 6881478..a5f1157 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Context managers for changing directory, setting attributes/envva readme = "README.rst" requires-python = ">=3.8" license = "MIT" -license-files = { paths = ["LICENSE"] } +license-files = ["LICENSE"] authors = [ { name = "John Thorvald Wodder II", email = "morecontext@varonathe.org" } ] @@ -35,7 +35,6 @@ classifiers = [ "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", - "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", "Topic :: Utilities", "Typing :: Typed",