diff options
| author | Simeon Simeonov | 2021-06-13 08:51:34 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2021-06-13 08:51:34 +0200 |
| commit | 9179abf6c4b3e3eb2c991cbbd74738e160b910cc (patch) | |
| tree | 6f15f9f77821f8c961788f625ce344271adcd266 /setup.py | |
| parent | 7498bf51d85f98d67d72193dc01db2afb83aeaf3 (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.py | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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' |
