Skip to content

Commit f29c186

Browse files
authored
Update pyproject.toml
1 parent 88f750b commit f29c186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ keywords = [
1111
"amazing mov-cli plugin"
1212
]
1313
classifiers = [
14-
'Operating System :: Microsoft :: Windows :: Windows 11',
14+
'Operating System :: Microsoft :: Windows :: Windows 11',
1515
'Operating System :: Microsoft :: Windows :: Windows 10',
1616
'Operating System :: POSIX :: Linux',
1717
'License :: OSI Approved :: MIT License',
1818
'Programming Language :: Python :: 3.8',
1919
'Programming Language :: Python :: 3.9',
2020
'Programming Language :: Python :: 3.10',
21-
'Programming Language :: Python :: 3.11',
21+
'Programming Language :: Python :: 3.11',
2222
"Programming Language :: Python :: 3.12"
2323
]
2424
dependencies = [
@@ -46,4 +46,4 @@ requires = ["setuptools"]
4646
build-backend = "setuptools.build_meta"
4747

4848
[tool.setuptools.packages.find]
49-
include = ["mov_cli_soundcloud*"]
49+
include = ["mov_cli_soundcloud*"]

0 commit comments

Comments
 (0)