|
@@ -20,9 +20,9 @@ from setuptools.command.develop import develop
|
|
|
|
|
|
|
|
|
|
NAME = 'jupyterlab'
|
|
NAME = 'jupyterlab'
|
|
-DESCRIPTION = 'An alpha preview of the JupyterLab notebook server extension.'
|
|
|
|
|
|
+DESCRIPTION = 'The JupyterLab notebook server extension.'
|
|
LONG_DESCRIPTION = """
|
|
LONG_DESCRIPTION = """
|
|
-This is an alpha preview of JupyterLab. It is not ready for general usage yet.
|
|
|
|
|
|
+This is a beta release of JupyterLab.
|
|
Development happens on https://github.com/jupyter/jupyterlab, with chat on
|
|
Development happens on https://github.com/jupyter/jupyterlab, with chat on
|
|
https://gitter.im/jupyter/jupyterlab.
|
|
https://gitter.im/jupyter/jupyterlab.
|
|
"""
|
|
"""
|
|
@@ -103,7 +103,7 @@ setup_args = dict(
|
|
platforms = "Linux, Mac OS X, Windows",
|
|
platforms = "Linux, Mac OS X, Windows",
|
|
keywords = ['ipython', 'jupyter', 'Web'],
|
|
keywords = ['ipython', 'jupyter', 'Web'],
|
|
classifiers = [
|
|
classifiers = [
|
|
- 'Development Status :: 3 - Alpha',
|
|
|
|
|
|
+ 'Development Status :: 4 - Beta',
|
|
'Intended Audience :: Developers',
|
|
'Intended Audience :: Developers',
|
|
'Intended Audience :: System Administrators',
|
|
'Intended Audience :: System Administrators',
|
|
'Intended Audience :: Science/Research',
|
|
'Intended Audience :: Science/Research',
|