setup.py: Claim conformance with Python 3.4 through 3.6
[pyassuan.git] / setup.py
index 30f4b5dd77d367717a33d38969e4a0812be23029..bbe28df795038de198517603d6f02c115a70b48d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,10 @@ _setup(
         'Operating System :: OS Independent',
         'License :: OSI Approved :: GNU General Public License (GPL)',
         'Programming Language :: Python :: 3',
+        'Programming Language :: Python :: 3.3',
+        'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
         'Topic :: Security :: Cryptography',
         'Topic :: Software Development'
         ],