@@ -8,14 +8,14 @@ readme = "README.md"
88license = " BSD-3-Clause"
99repository = " https://github.com/yassun7010/cmdcomp"
1010classifiers = [
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 ]
5858line-length = 88
59- target-version = [' py310' ]
59+ target-version = [" py310" ]
6060
6161[tool .isort ]
6262# make it compatible with black
0 commit comments