We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f5b76 commit 32b81aeCopy full SHA for 32b81ae
setup.py
@@ -28,17 +28,17 @@
28
install_requires=REQUIREMENTS,
29
author="CryptoMarket",
30
python_requires='>=3.8',
31
- classifiers=(
+ classifiers=[
32
"Intended Audience :: Developers",
33
"Programming Language :: Python :: 3",
34
"Programming Language :: Python :: 3.8",
35
"Programming Language :: Python :: 3.9",
36
"Programming Language :: Python :: 3.10",
37
"Programming Language :: Python :: 3.11",
38
"Programming Language :: Python :: 3.12",
39
- "Programming Language :: Python :: 3:: Only",
+ "Programming Language :: Python :: 3 :: Only",
40
"License :: OSI Approved :: MIT License",
41
"Operating System :: OS Independent",
42
"Topic :: Software Development :: Libraries :: Python Modules",
43
- ),
+ ],
44
)
0 commit comments