Run black code formatter

This commit is contained in:
Eric Torres 2019-03-25 14:20:59 -07:00
parent fdc5510c46
commit bc09c0f4c6

View File

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