File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
- import distribute_setup
2
- distribute_setup .use_setuptools ()
3
-
4
1
from setuptools import setup , find_packages
5
2
import pytestqt
6
3
22
19
keywords = "pytest qt test unittest" ,
23
20
url = "http://github.com/nicoddemus/pytest-qt" ,
24
21
classifiers = [
25
- 'Development Status :: 4 - Beta' ,
26
- 'Framework :: PyQt' ,
27
- 'Framework :: PySide' ,
28
- 'Framework :: Qt' ,
22
+ 'Development Status :: 5 - Production/Stable' ,
29
23
'Intended Audience :: Developers' ,
30
24
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)' ,
31
25
'Operating System :: OS Independent' ,
32
26
'Programming Language :: Python :: 2.7' ,
27
+ 'Programming Language :: Python :: 3' ,
28
+ 'Programming Language :: Python :: 3.4' ,
33
29
'Topic :: Desktop Environment :: Window Managers' ,
34
30
'Topic :: Software Development :: Quality Assurance' ,
35
31
'Topic :: Software Development :: Testing' ,
You can’t perform that action at this time.
0 commit comments