diff --git a/packages/ni.datamonikers.v1.client/pyproject.toml b/packages/ni.datamonikers.v1.client/pyproject.toml index 1845f2e8..5edb403e 100644 --- a/packages/ni.datamonikers.v1.client/pyproject.toml +++ b/packages/ni.datamonikers.v1.client/pyproject.toml @@ -30,6 +30,7 @@ requires-python = '>=3.10,<4.0' [project.urls] repository = "https://github.com/ni/ni-apis-python" +documentation = "https://nidatamonikersv1client.readthedocs.io/en/latest/" [tool.poetry] packages = [{include = "ni", from = "src"}] diff --git a/packages/ni.measurements.data.v1.client/pyproject.toml b/packages/ni.measurements.data.v1.client/pyproject.toml index f8fe4cd2..8728b220 100644 --- a/packages/ni.measurements.data.v1.client/pyproject.toml +++ b/packages/ni.measurements.data.v1.client/pyproject.toml @@ -30,6 +30,7 @@ requires-python = '>=3.10,<4.0' [project.urls] repository = "https://github.com/ni/ni-apis-python" +documentation = "https://nimeasurementsdatav1client.readthedocs.io/en/latest/" [tool.poetry] packages = [{include = "ni", from = "src"}] diff --git a/packages/ni.measurements.metadata.v1.client/pyproject.toml b/packages/ni.measurements.metadata.v1.client/pyproject.toml index 5ce7b44a..19f7ffc3 100644 --- a/packages/ni.measurements.metadata.v1.client/pyproject.toml +++ b/packages/ni.measurements.metadata.v1.client/pyproject.toml @@ -30,6 +30,7 @@ requires-python = '>=3.10,<4.0' [project.urls] repository = "https://github.com/ni/ni-apis-python" +documentation = "https://nimeasurementsmetadatav1client.readthedocs.io/en/latest/" [tool.poetry] packages = [{include = "ni", from = "src"}]