diff --git a/README.rst b/README.rst index b8ea5bc..7b3b2ba 100644 --- a/README.rst +++ b/README.rst @@ -74,6 +74,7 @@ Optionally, you can develop with bleeding edge VTK by following these steps. Mak # Set environment variables source ./utils/dev_environment.sh -b master -p RelWithDebInfo + Running examples ---------------------------------------- @@ -98,6 +99,7 @@ This option is not required anymore but still available if needed. server.http_headers.shared_array_buffer = True + This will download the threaded WASM version. Otherwise, the non-threaded version will be used as it does not require SharedArrayBuffer. diff --git a/pyproject.toml b/pyproject.toml index 6ae0918..81c722e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ dependencies = [ ] requires-python = ">=3.9" readme = "README.rst" +long_description_content_type = "text/x-rst" license = {text = "Apache Software License"} keywords = ["Python", "Interactive", "Web", "Application", "Framework"] classifiers = [