Skip to content

Commit

Permalink
fix(pyproject): fix long description error
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 1, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3fe6d62 commit 19889bb
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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.


1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [

0 comments on commit 19889bb

Please sign in to comment.