diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-18 20:36:45 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-18 20:36:45 -0500 |
commit | 5d6244db1cf5eee921bc4be3bf4dffd754dce05b (patch) | |
tree | fc9440209138cf803448df9c1fed964bb93a6744 /setup.py | |
parent | c20ec5f3393024152a584f57d147614be18a88b7 (diff) |
Add 3-only classifier, thanks @hugovk!
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ setup( "Topic :: Security :: Cryptography", "Programming Language :: Python", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", |