setup.py: fix black format
This commit is contained in:
parent
953da0cc1b
commit
2dd7054fa9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -16,7 +16,7 @@ setup(
|
|||
entry_points={"console_scripts": ["nur = nur:main"]},
|
||||
extras_require={
|
||||
"dev": ["mypy", "flake8>=3.5,<3.6", "black"],
|
||||
"irc-notifications": ["irc"]
|
||||
"irc-notifications": ["irc"],
|
||||
},
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue