From bab53adff8a72061780d8ea7deae86c5c00c9db2 Mon Sep 17 00:00:00 2001 From: Carlos Miguel Jenkins Perez Date: Mon, 1 Dec 2014 20:36:00 -0600 Subject: [PATCH] fix: dev: Added missing classifiers for Python 3.4. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7de0cca..39b9024 100644 --- a/setup.py +++ b/setup.py @@ -63,6 +63,7 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', 'Topic :: Scientific/Engineering :: Visualization', 'Topic :: Software Development :: Libraries :: Python Modules' ],