Skip to content

Commit 32b81ae

Browse files
author
Pedro Pablo Bustamante Barrera
committed
feat: update classifiers
1 parent e5f5b76 commit 32b81ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@
2828
install_requires=REQUIREMENTS,
2929
author="CryptoMarket",
3030
python_requires='>=3.8',
31-
classifiers=(
31+
classifiers=[
3232
"Intended Audience :: Developers",
3333
"Programming Language :: Python :: 3",
3434
"Programming Language :: Python :: 3.8",
3535
"Programming Language :: Python :: 3.9",
3636
"Programming Language :: Python :: 3.10",
3737
"Programming Language :: Python :: 3.11",
3838
"Programming Language :: Python :: 3.12",
39-
"Programming Language :: Python :: 3:: Only",
39+
"Programming Language :: Python :: 3 :: Only",
4040
"License :: OSI Approved :: MIT License",
4141
"Operating System :: OS Independent",
4242
"Topic :: Software Development :: Libraries :: Python Modules",
43-
),
43+
],
4444
)

0 commit comments

Comments
 (0)