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.
2 parents 6a6908a + 8561dbd commit f8fd4c7Copy full SHA for f8fd4c7
setup.py
@@ -26,5 +26,13 @@
26
'pytz',
27
'retrying',
28
],
29
- extras_require={':python_version == "2.7"': ['futures']}
+ extras_require={':python_version == "2.7"': ['futures']},
30
+ classifiers=[
31
+ 'Programming Language :: Python',
32
+ 'Programming Language :: Python :: 2.7',
33
+ 'Programming Language :: Python :: 3',
34
+ 'Programming Language :: Python :: 3.6',
35
+ 'Programming Language :: Python :: 3.7',
36
+ 'Programming Language :: Python :: 3.8',
37
+ ]
38
)
0 commit comments