diff options
| author | Tim Graham <timograham@gmail.com> | 2015-08-17 08:34:34 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-08-17 08:34:34 -0400 |
| commit | 982b79b8d877a72c7be2c7cef741872c8334db35 (patch) | |
| tree | 169765b407549785b7cdb487e3833abcfe1c52cb | |
| parent | d35f184b20743352dc41f1272184005054a36ae7 (diff) | |
Corrected trove classifiers for Python version support.
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,8 +62,8 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: WSGI', |
