diff --git a/README.md b/README.md index 79fcc67..0352172 100644 --- a/README.md +++ b/README.md @@ -54,24 +54,29 @@ This font can only be changed for the `Markdown viewer` and the `Terminal`. You ## 📦 Requirements -- [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html) >= 3.0 +- [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html) < 4.0 - - +``` ## 🙋🏽‍♀️ Contributing @@ -80,7 +85,7 @@ pip uninstall jupyterlab_accessible_themes #### Pre-requisites 1. You will need to have [NodeJS](https://nodejs.org/en/download/) installed in your local computer to build the extension package. -2. Python >= 3.6 and pip. +2. Python >= 3.8 and pip. ##### Building and linking the extension @@ -239,9 +244,6 @@ More information are provided within the [ui-tests](./ui-tests/README.md) README Detailed instructions for creating a `jupyterlab-accesible-themes` can be found in the [RELEASE](RELEASE.md) file. -> **Warning** -> As of 3rd of August this projects is still in its infancy and no releases are made yet. - ## 📖 License [This project is licensed under the BSD-3-Clause license](https://opensource.org/licenses/BSD-3-Clause). diff --git a/pyproject.toml b/pyproject.toml index 0aa6bcf..b6ee828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,3 +23,7 @@ ignore = [ ".*", "package-lock.json" ] + +[project] +name = "jupyterlab_accessible_themes" +requires-python = ">=3.8" \ No newline at end of file