From f1669ba9c3003e4c4671bfce1973c6f2bb22e589 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Mon, 11 Mar 2013 13:01:22 +0100 Subject: python3 compatibility inspired by waaaaargh (Johannes Firlefanz) --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bf6ffd4..a32eb3c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(fname): setup( name='py3status', - version='0.2', + version='0.3', url='https://github.com/ultrabug/py3status/wiki', download_url='https://github.com/ultrabug/py3status', license='BSD', @@ -34,8 +34,11 @@ setup( 'License :: OSI Approved :: BSD License', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python', + 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Desktop Environment :: Window Managers :: i3wm', ], -- cgit v1.3