We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7613027 commit e8d3631Copy full SHA for e8d3631
1 file changed
setup.py
@@ -29,7 +29,14 @@
29
"Operating System :: POSIX :: Linux",
30
"Operating System :: MacOS :: MacOS X",
31
"Operating System :: Microsoft :: Windows",
32
- "Programming Language :: Python :: 3 :: Only",
+ 'Programming Language :: Python :: 2',
33
+ 'Programming Language :: Python :: 2.7',
34
+ 'Programming Language :: Python :: 3',
35
+ 'Programming Language :: Python :: 3.4',
36
+ 'Programming Language :: Python :: 3.5',
37
+ 'Programming Language :: Python :: 3.6',
38
+ 'Programming Language :: Python :: 3.7',
39
+ 'Programming Language :: Python :: 3.8',
40
"Programming Language :: Python :: Implementation :: CPython",
41
"Programming Language :: Python :: Implementation :: PyPy",
42
],
0 commit comments