diff options
author | Tres Seaver <tseaver@palladion.com> | 2014-03-17 18:57:36 -0400 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2014-03-17 18:57:36 -0400 |
commit | d656aa065e8c24c56fb87315187fa59a523d7396 (patch) | |
tree | 26e6e83eeab358c92ec0a758d9be11f169a1d486 /setup.py | |
parent | ec2c3c109e205500c3b61f12714feb9a99b2a412 (diff) | |
download | zope-i18nmessageid-d656aa065e8c24c56fb87315187fa59a523d7396.tar.gz |
Note explicit support for Python 3.4.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ setup(name='zope.i18nmessageid', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", 'Natural Language :: English', |