fix: dev: Added missing classifiers for Python 3.4.

This commit is contained in:
Carlos Miguel Jenkins Perez 2014-12-01 20:36:00 -06:00
parent 99f099bee5
commit bab53adff8

View File

@ -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'
],