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 d91229a commit 194dcdaCopy full SHA for 194dcda
setup.py
@@ -24,10 +24,10 @@
24
classifiers=[
25
"License :: OSI Approved :: BSD License",
26
"Programming Language :: Python",
27
- 'Programming Language :: Python :: 3.6',
28
- 'Programming Language :: Python :: 3.7',
29
- 'Programming Language :: Python :: 3.8',
30
- 'Programming Language :: Python :: 3.9',
+ "Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
31
"Programming Language :: Python :: 3",
32
"Programming Language :: Python :: Implementation :: CPython",
33
"Programming Language :: Python :: Implementation :: PyPy",
0 commit comments