diff --git a/pyproject.toml b/pyproject.toml index 3907af2..24e7def 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,11 @@ authors = [ "Ryan Delaney ",] readme = "README.rst" repository = "https://github.com/rpdelaney/downforeveryone" homepage = "https://pypi.org/project/downforeveryone" -classifiers = [ "Environment :: Console", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3 :: Only",] +classifiers = [ + "Environment :: Console", + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python :: 3 :: Only", +] [tool.black] line-length = 79