We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66520a8 commit 6c8d776Copy full SHA for 6c8d776
3 files changed
python/README.md
@@ -0,0 +1 @@
1
+../README.md
python/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "isis_streaming_data_types"
7
dynamic = ["version"]
8
description = "Python utilities for handling ISIS streamed data"
9
-readme = "../README.md"
+readme = "README.md"
10
requires-python = ">=3.12"
11
license-files = ["LICENSE"]
12
rust/Cargo.toml
@@ -7,6 +7,7 @@ license-file = "../LICENSE"
documentation = "https://github.com/isisComputingGroup/streaming-data-types"
homepage = "https://github.com/isisComputingGroup/streaming-data-types"
repository = "https://github.com/isisComputingGroup/streaming-data-types"
+readme = "../README.md"
[dependencies]
13
flatbuffers = "25.12.19"
0 commit comments