Skip to content

Commit dfed802

Browse files
committed
Updated classifiers
1 parent fd45a25 commit dfed802

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

setup.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import distribute_setup
2-
distribute_setup.use_setuptools()
3-
41
from setuptools import setup, find_packages
52
import pytestqt
63

@@ -22,14 +19,13 @@
2219
keywords = "pytest qt test unittest",
2320
url = "http://github.com/nicoddemus/pytest-qt",
2421
classifiers=[
25-
'Development Status :: 4 - Beta',
26-
'Framework :: PyQt',
27-
'Framework :: PySide',
28-
'Framework :: Qt',
22+
'Development Status :: 5 - Production/Stable',
2923
'Intended Audience :: Developers',
3024
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
3125
'Operating System :: OS Independent',
3226
'Programming Language :: Python :: 2.7',
27+
'Programming Language :: Python :: 3',
28+
'Programming Language :: Python :: 3.4',
3329
'Topic :: Desktop Environment :: Window Managers',
3430
'Topic :: Software Development :: Quality Assurance',
3531
'Topic :: Software Development :: Testing',

0 commit comments

Comments
 (0)