diff --git a/pyproject.toml b/pyproject.toml index c862a2d..fff2283 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,13 +23,13 @@ classifiers = [ ] dynamic = [ "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-bot" "Issue Tracker" = "https://github.com/repo-helper/repo-helper-bot/issues"