We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b1e1d commit 211c554Copy full SHA for 211c554
setup.py
@@ -34,10 +34,10 @@
34
install_requires=requirements,
35
python_requires=">=3.5",
36
classifiers=[
37
- "Programming Language :: Python"
38
- "Programming Language :: Python :: 3.5"
39
- "Programming Language :: Python :: 3.6"
40
- "Programming Language :: Python :: 3.7"
41
- "Programming Language :: Python :: 3.8"
+ "Programming Language :: Python",
+ "Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
42
],
43
)
0 commit comments