diff --git a/pyproject.toml b/pyproject.toml index 16943c5..fe9376a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "In-place file processing" readme = "README.rst" requires-python = ">=3.8" license = "MIT" -license-files = { paths = ["LICENSE"] } +license-files = ["LICENSE"] authors = [ { name = "John Thorvald Wodder II", email = "inplace@varonathe.org" } ] @@ -38,7 +38,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 :: System :: Filesystems", "Topic :: Text Processing :: Filters",