diff options
author | Illia Volochii <illia.volochii@gmail.com> | 2019-04-19 18:01:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-19 18:01:55 +0300 |
commit | d7af11f2e3c5125955b1669a95db3cf28e6d367c (patch) | |
tree | bb870415e0e30eb9bd39306de31a7e99380968a7 /setup.py | |
parent | 4cea89a2e21015165f42ada1f63f88bd9e77abb6 (diff) | |
download | django-compressor-d7af11f2e3c5125955b1669a95db3cf28e6d367c.tar.gz |
Return Python 3.4 to the list of package classifiers
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -133,6 +133,7 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', |