Run black code formatter on all source code files

This commit is contained in:
Eric Torres
2019-03-14 09:04:51 -07:00
parent ce4a5e84e0
commit c7d465404f
3 changed files with 10 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="",
packages=setuptools.find_packages(),
scripts=['bin/backup'],
scripts=["bin/backup"],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",