diff options
author | Lance Stout <lancestout@gmail.com> | 2011-09-01 16:47:30 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-09-01 16:47:30 -0700 |
commit | 0ec79f8dc36bc0ae706def426f4fb540cf13d14f (patch) | |
tree | ee4f9d3487860a98f86336151599392bcab50fa8 /setup.py | |
parent | 6f72c05ebf6f464c59f6d647b5dd0c2f8d57744a (diff) | |
download | slixmpp-0ec79f8dc36bc0ae706def426f4fb540cf13d14f.tar.gz slixmpp-0ec79f8dc36bc0ae706def426f4fb540cf13d14f.tar.bz2 slixmpp-0ec79f8dc36bc0ae706def426f4fb540cf13d14f.tar.xz slixmpp-0ec79f8dc36bc0ae706def426f4fb540cf13d14f.zip |
Tweak setup.py, and bump dev version to RC3.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -34,10 +34,10 @@ with open('README.rst') as readme: CLASSIFIERS = [ 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', - 'Programming Language :: Python 2.6', - 'Programming Language :: Python 2.7', - 'Programming Language :: Python 3.1', - 'Programming Language :: Python 3.2', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.1', + 'Programming Language :: Python :: 3.2', 'Topic :: Software Development :: Libraries :: Python Modules', ] |