diff --git a/setup.py b/setup.py index e1dd436..3c12d51 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( ], install_requires=required, license='ISC', - classifiers=( + classifiers=[ # 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers', @@ -50,6 +50,8 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.1', 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Terminals :: Terminal Emulators/X Terminals', - ), + ], )