From 0a526a560a44581047970a6f1057ca1d283499d9 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 9 Nov 2019 20:08:26 -0600 Subject: blacken --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2dfe48e..5f0c0c0 100644 --- a/setup.py +++ b/setup.py @@ -22,9 +22,7 @@ setup( package_data=extra_files, python_requires=">=3.7", install_requires=[], - extras_require={ - "dev": ["black", "pre-commit", "pydocstyle"], - }, + extras_require={"dev": ["black", "pre-commit", "pydocstyle"]}, version=version, author="Blaise Thompson", author_email="bthompson@chem.wisc.edu", -- cgit v1.2.3