Skip to content

Commit 90d4b51

Browse files
committed
blacken
1 parent 66de865 commit 90d4b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Development Status :: 5 - Production/Stable",
2424
"Programming Language :: Python :: 3.8",
2525
"Programming Language :: Python :: 3.9",
26-
"Programming Language :: Python :: 3.10"
26+
"Programming Language :: Python :: 3.10",
2727
],
2828
packages=find_packages(where="src"),
2929
install_requires=[
@@ -34,7 +34,7 @@
3434
"typing_extensions >= 4.5.0",
3535
"SQLAlchemy >= 2.0.7",
3636
"pydantic >= 1.10.7",
37-
"click_log >= 0.4.0"
37+
"click_log >= 0.4.0",
3838
],
3939
python_requires=">=3.8",
4040
entry_points={"console_scripts": ["youte=youte.cli:youte"]},

0 commit comments

Comments
 (0)