We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da2052 commit f49c8c2Copy full SHA for f49c8c2
1 file changed
setup.py
@@ -18,6 +18,14 @@
18
"License :: OSI Approved :: MIT License",
19
"Operating System :: OS Independent",
20
"Programming Language :: Python",
21
+ 'Programming Language :: Python :: 2',
22
+ 'Programming Language :: Python :: 2.7',
23
+ 'Programming Language :: Python :: 3',
24
+ 'Programming Language :: Python :: 3.5',
25
+ 'Programming Language :: Python :: 3.6',
26
+ 'Programming Language :: Python :: 3.7',
27
+ 'Programming Language :: Python :: 3.8',
28
+ 'Programming Language :: Python :: 3.9',
29
],
30
packages = find_packages(),
31
zip_safe = True,
0 commit comments