Просмотр исходного кода

Bump pypi classification from beta to stable.

Also declare that we support python 3.7.
Jason Grout 5 лет назад
Родитель
Сommit
b8ece8abef
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -122,7 +122,7 @@ setup_args = dict(
     platforms='Linux, Mac OS X, Windows',
     keywords=['ipython', 'jupyter', 'Web'],
     classifiers=[
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Intended Audience :: Developers',
         'Intended Audience :: System Administrators',
         'Intended Audience :: Science/Research',
@@ -131,6 +131,7 @@ setup_args = dict(
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3.7',
     ],
 )