From ac58fff9ce8ed98f11c08d0692b21a6116c1c9f2 Mon Sep 17 00:00:00 2001 From: r4sas Date: Sat, 22 Jun 2019 21:13:58 +0000 Subject: [PATCH] fix classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87134bd..f299690 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', - 'Intended Audience :: End Users/Desktop' + 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', 'Topic :: Security :: Cryptography',