diff --git a/docs/index.rst b/docs/index.rst index c66ed7c..fa9abfd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,6 @@ -########################################## -Protobuf Types for NI Data Store gRPC APIs -########################################## +################################# +Measurement Data Store Python API +################################# .. include:: intro.inc diff --git a/pyproject.toml b/pyproject.toml index 52422b5..a12f9f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ maintainers = [ {name = "Joel Dixon", email = "joel.dixon@emerson.com"} ] readme = "README.md" -repository = "https://github.com/ni/datastore-python" keywords = ["datastore"] classifiers = [ "Development Status :: 3 - Alpha", @@ -30,6 +29,10 @@ classifiers = [ dynamic = ["dependencies"] requires-python = '>=3.10,<4.0' +[project.urls] +repository = "https://github.com/ni/datastore-python" +documentation = "https://datastorepython.readthedocs.io/en/latest/" + [tool.poetry] packages = [{include = "ni", from = "src"}] requires-poetry = '>=2.1,<3.0'