diff --git a/python/README.md b/python/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/python/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/python/pyproject.toml b/python/pyproject.toml index 180dcdd..362de2f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -52,9 +52,9 @@ dev = [ ] [project.urls] -"Homepage" = "https://github.com/isiscomputinggroup/isis_streaming_data_types" -"Bug Reports" = "https://github.com/isiscomputinggroup/isis_streaming_data_types/issues" -"Source" = "https://github.com/isiscomputinggroup/isis_streaming_data_types" +"Homepage" = "https://github.com/isiscomputinggroup/streaming_data_types" +"Bug Reports" = "https://github.com/isiscomputinggroup/streaming_data_types/issues" +"Source" = "https://github.com/isiscomputinggroup/streaming_data_types" [tool.pytest.ini_options] testpaths = "tests" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7328949..f0c891e 100644 --- a/rust/Cargo.toml +++ b/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] flatbuffers = "25.12.19"