diff options
author | Aleksi Häkli <aleksi.hakli@iki.fi> | 2019-02-25 09:46:37 +0200 |
---|---|---|
committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-02-25 08:46:37 +0100 |
commit | 022ac6ae893ca4136d266374efe834b4f502a16d (patch) | |
tree | 7aa9e780d19e300b15fbb20e2c38e11cfb055474 | |
parent | 207c1b278e5205aba6612ae089a11801da5f5582 (diff) | |
download | django-appconf-022ac6ae893ca4136d266374efe834b4f502a16d.tar.gz |
Add package classifiers for Python 3.7 support (#46)
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Utilities', ], project_urls={ |