summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSimeon Simeonov2021-06-13 08:51:34 +0200
committerSimeon Simeonov2021-06-13 08:51:34 +0200
commit9179abf6c4b3e3eb2c991cbbd74738e160b910cc (patch)
tree6f15f9f77821f8c961788f625ce344271adcd266 /setup.py
parent7498bf51d85f98d67d72193dc01db2afb83aeaf3 (diff)
Update setup.py with explicit Python 3.9 support and update contact info Freenode -> LiberaChat
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7eac4d8..875d966 100644
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,7 @@ setuptools.setup(
34 'Programming Language :: Python :: 3.6', 34 'Programming Language :: Python :: 3.6',
35 'Programming Language :: Python :: 3.7', 35 'Programming Language :: Python :: 3.7',
36 'Programming Language :: Python :: 3.8', 36 'Programming Language :: Python :: 3.8',
37 'Programming Language :: Python :: 3.9',
37 'Programming Language :: Python :: Implementation', 38 'Programming Language :: Python :: Implementation',
38 'Operating System :: OS Independent', 39 'Operating System :: OS Independent',
39 'Topic :: Security :: Cryptography' 40 'Topic :: Security :: Cryptography'