diff --git a/pyproject.toml b/pyproject.toml index 53e2f31..cf42f4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,11 @@ [project] name = "gametheory" -authors = [{name = "ProsperoKay", email = "prosperokay@gmail.com"}] -classifiers = ["License :: OSI Approved :: MIT License"] +authors = [ + {name = "ProsperoKay", email = "prosperokay@gmail.com"} +] +classifiers = [ + "License :: OSI Approved :: MIT License" +] readme = "README.md" license = {file = "LICENSE"} version = "0.6.1"