File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ include LICENSE
2
+ include README.md
3
+ include distribute_setup.py
Original file line number Diff line number Diff line change 14
14
},
15
15
install_requires = ['pytest>=2.3.4' ],
16
16
17
- py_modules = ['distribute_setup' ],
18
-
19
17
# metadata for upload to PyPI
20
18
author = "Bruno Oliveira" ,
21
19
author_email = "[email protected] " ,
24
22
keywords = "pytest qt test unittest" ,
25
23
url = "http://github.com/nicoddemus/pytest-qt" ,
26
24
classifiers = [
27
- 'Topic :: Software Development :: Testing' ,
28
- 'Topic :: Software Development :: Quality Assurance' ,
25
+ 'Development Status :: 4 - Beta' ,
26
+ 'Framework :: PyQt' ,
27
+ 'Framework :: PySide' ,
28
+ 'Framework :: Qt' ,
29
29
'Intended Audience :: Developers' ,
30
+ 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)' ,
30
31
'Operating System :: OS Independent' ,
32
+ 'Programming Language :: Python :: 2.7' ,
33
+ 'Topic :: Desktop Environment :: Window Managers' ,
34
+ 'Topic :: Software Development :: Quality Assurance' ,
35
+ 'Topic :: Software Development :: Testing' ,
36
+ 'Topic :: Software Development :: User Interfaces' ,
31
37
]
32
- )
38
+ )
You can’t perform that action at this time.
0 commit comments