diff --git a/setupbase.py b/setupbase.py index 2cebfdece..f9e6e08fc 100644 --- a/setupbase.py +++ b/setupbase.py @@ -84,6 +84,7 @@ setup_args = dict( license = license, platforms = platforms, keywords = keywords, + classifiers = classifiers, cmdclass = {'install_data': install_data_ext}, )