diff --git a/pyproject.toml b/pyproject.toml index 206bae8..0f572ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,13 @@ readme = "README.rst" keywords = [ "github", "repo-helper",] dynamic = [ "requires-python", "classifiers", "dependencies",] +[project.license] +file = "LICENSE" + [[project.authors]] name = "Dominic Davis-Foster" email = "dominic@davis-foster.co.uk" -[project.license] -file = "LICENSE" - [project.urls] Homepage = "https://github.com/repo-helper/repo_helper_github" "Issue Tracker" = "https://github.com/repo-helper/repo_helper_github/issues"