File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- ##########################################
2- Protobuf Types for NI Data Store gRPC APIs
3- ##########################################
1+ #################################
2+ Measurement Data Store Python API
3+ #################################
44
55.. include :: intro.inc
66
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ maintainers = [
99 {name = " Joel Dixon" , email = " joel.dixon@emerson.com" }
1010]
1111readme = " README.md"
12- repository = " https://github.com/ni/datastore-python"
1312keywords = [" datastore" ]
1413classifiers = [
1514 " Development Status :: 3 - Alpha" ,
@@ -30,6 +29,10 @@ classifiers = [
3029dynamic = [" dependencies" ]
3130requires-python = ' >=3.10,<4.0'
3231
32+ [project .urls ]
33+ repository = " https://github.com/ni/datastore-python"
34+ documentation = " https://datastorepython.readthedocs.io/en/latest/"
35+
3336[tool .poetry ]
3437packages = [{include = " ni" , from = " src" }]
3538requires-poetry = ' >=2.1,<3.0'
You can’t perform that action at this time.
0 commit comments