diff --git a/pyproject.toml b/pyproject.toml index bdfcc73..2220cee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Fork & clone a GitHub repository" readme = "README.rst" requires-python = ">=3.8" license = "MIT" -license-files = { paths = ["LICENSE"] } +license-files = ["LICENSE"] authors = [ { name = "John Thorvald Wodder II", email = "forklone@varonathe.org" } ] @@ -27,7 +27,6 @@ classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", - "License :: OSI Approved :: MIT License", "Environment :: Console", "Intended Audience :: Developers", "Topic :: Software Development :: Version Control :: Git",