File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 23
23
license = "BSD" ,
24
24
install_requires = ["urllib3" , "certifi" ],
25
25
extras_require = {"flask" : ["flask>=0.8" , "blinker>=1.1" ]},
26
+ classifiers = [
27
+ 'Development Status :: 5 - Production/Stable' ,
28
+ 'Environment :: Web Environment' ,
29
+ 'Intended Audience :: Developers' ,
30
+ 'License :: OSI Approved :: BSD License' ,
31
+ 'Operating System :: OS Independent' ,
32
+ 'Programming Language :: Python' ,
33
+ 'Programming Language :: Python :: 2' ,
34
+ 'Programming Language :: Python :: 2.7' ,
35
+ 'Programming Language :: Python :: 3' ,
36
+ 'Programming Language :: Python :: 3.4' ,
37
+ 'Programming Language :: Python :: 3.5' ,
38
+ 'Programming Language :: Python :: 3.6' ,
39
+ 'Programming Language :: Python :: 3.7' ,
40
+ 'Topic :: Software Development :: Libraries :: Python Modules' ,
41
+ ],
26
42
)
You can’t perform that action at this time.
0 commit comments