Skip to content

Commit 6c8d776

Browse files
committed
try symlink
1 parent 66520a8 commit 6c8d776

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

python/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "isis_streaming_data_types"
77
dynamic = ["version"]
88
description = "Python utilities for handling ISIS streamed data"
9-
readme = "../README.md"
9+
readme = "README.md"
1010
requires-python = ">=3.12"
1111
license-files = ["LICENSE"]
1212

rust/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license-file = "../LICENSE"
77
documentation = "https://github.com/isisComputingGroup/streaming-data-types"
88
homepage = "https://github.com/isisComputingGroup/streaming-data-types"
99
repository = "https://github.com/isisComputingGroup/streaming-data-types"
10+
readme = "../README.md"
1011

1112
[dependencies]
1213
flatbuffers = "25.12.19"

0 commit comments

Comments
 (0)