File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 17
17
]
18
18
},
19
19
install_requires = ['pytest' ],
20
+ classifiers = [
21
+ 'Development Status :: 3 - Alpha' ,
22
+ 'Intended Audience :: Developers' ,
23
+ 'License :: OSI Approved :: MIT License' ,
24
+ 'Operating System :: POSIX' ,
25
+ 'Operating System :: Microsoft :: Windows' ,
26
+ 'Operating System :: MacOS :: MacOS X' ,
27
+ 'Topic :: Software Development :: Testing' ,
28
+ 'Topic :: Software Development :: Quality Assurance' ,
29
+ 'Topic :: Utilities' ,
30
+ 'Programming Language :: Python' ,
31
+ 'Programming Language :: Python :: 2' ,
32
+ 'Programming Language :: Python :: 2.6' ,
33
+ 'Programming Language :: Python :: 2.7' ,
34
+ 'Programming Language :: Python :: 3' ,
35
+ 'Programming Language :: Python :: 3.2' ,
36
+ 'Programming Language :: Python :: 3.3' ,
37
+ 'Programming Language :: Python :: Implementation :: PyPy' ,
38
+ ],
20
39
)
You can’t perform that action at this time.
0 commit comments