Skip to content

Commit 2fb02de

Browse files
committed
fix: pyproject.toml.
1 parent bbb8bad commit 2fb02de

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ readme = "README.md"
88
license = "BSD-3-Clause"
99
repository = "https://github.com/yassun7010/cmdcomp"
1010
classifiers = [
11-
"Development Status :: 5 - Production/Stable",
12-
"Topic :: Software Development",
13-
"Typing :: Typed",
14-
"Intended Audience :: Developers",
15-
"License :: OSI Approved :: BSD License",
16-
"Programming Language :: Python :: 3",
17-
"Programming Language :: Python :: 3.11",
18-
"Programming Language :: Python :: 3 :: Only",
11+
"Development Status :: 5 - Production/Stable",
12+
"Topic :: Software Development",
13+
"Typing :: Typed",
14+
"Intended Audience :: Developers",
15+
"License :: OSI Approved :: BSD License",
16+
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3.11",
18+
"Programming Language :: Python :: 3 :: Only",
1919
]
2020

2121
[tool.poetry.scripts]
@@ -56,7 +56,7 @@ build-backend = "poetry.core.masonry.api"
5656

5757
[tool.black]
5858
line-length = 88
59-
target-version = ['py310']
59+
target-version = ["py310"]
6060

6161
[tool.isort]
6262
# make it compatible with black

0 commit comments

Comments
 (0)