From 498ce16f1fcc6942230afc09cda7122b5ca1a5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Aug 2018 19:55:32 +0200 Subject: [PATCH] misc: update trove classifier to mark python 3 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 922cff5..84e1b7c 100644 --- a/setup.py +++ b/setup.py @@ -232,6 +232,7 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 3', ], zip_safe=False, cmdclass={