There was an error while loading. Please reload this page.
1 parent 64f3a01 commit c2c4adfCopy full SHA for c2c4adf
1 file changed
setup.py
@@ -43,7 +43,16 @@ def main():
43
'Intended Audience :: Developers',
44
'Topic :: Software Development :: Libraries :: Python Modules',
45
'License :: OSI Approved :: MIT License',
46
+ 'Programming Language :: Python',
47
'Programming Language :: Python :: 3'
48
+ 'Programming Language :: Python :: 3.5',
49
+ 'Programming Language :: Python :: 3.6',
50
+ 'Programming Language :: Python :: 3.7',
51
+ 'Programming Language :: Python :: 3.8',
52
+ 'Programming Language :: Python :: 3.9',
53
+ 'Programming Language :: Python :: 3.10',
54
+ 'Programming Language :: Python :: 3.11',
55
+ 'Programming Language :: Python :: 3 :: Only',
56
]
57
)
58
0 commit comments