From ac45a4da593a4b215346c007257c2867d684e2d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joa=CC=83o=20Male=CC=81s?= Date: Thu, 4 Jul 2024 13:21:19 +0100 Subject: [PATCH] CP-1897 Some more changes to the pyproject. --- thousandeyes-sdk-administrative/pyproject.toml | 3 ++- thousandeyes-sdk-agents/pyproject.toml | 3 ++- thousandeyes-sdk-alerts/pyproject.toml | 3 ++- thousandeyes-sdk-bgp-monitors/pyproject.toml | 3 ++- thousandeyes-sdk-credentials/pyproject.toml | 3 ++- thousandeyes-sdk-dashboards/pyproject.toml | 3 ++- thousandeyes-sdk-endpoint-agents/pyproject.toml | 3 ++- thousandeyes-sdk-endpoint-instant-tests/pyproject.toml | 3 ++- thousandeyes-sdk-endpoint-labels/pyproject.toml | 3 ++- thousandeyes-sdk-endpoint-test-results/pyproject.toml | 3 ++- thousandeyes-sdk-endpoint-tests/pyproject.toml | 3 ++- thousandeyes-sdk-instant-tests/pyproject.toml | 3 ++- thousandeyes-sdk-internet-insights/pyproject.toml | 3 ++- thousandeyes-sdk-labels/pyproject.toml | 3 ++- thousandeyes-sdk-snapshots/pyproject.toml | 3 ++- thousandeyes-sdk-streaming/pyproject.toml | 3 ++- thousandeyes-sdk-tags/pyproject.toml | 3 ++- thousandeyes-sdk-test-results/pyproject.toml | 3 ++- thousandeyes-sdk-tests/pyproject.toml | 3 ++- thousandeyes-sdk-usage/pyproject.toml | 3 ++- 20 files changed, 40 insertions(+), 20 deletions(-) diff --git a/thousandeyes-sdk-administrative/pyproject.toml b/thousandeyes-sdk-administrative/pyproject.toml index 877c5c12..4e64e753 100644 --- a/thousandeyes-sdk-administrative/pyproject.toml +++ b/thousandeyes-sdk-administrative/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-administrative" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Administrative API" +description = "ThousandEyes SDK Administrative API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-agents/pyproject.toml b/thousandeyes-sdk-agents/pyproject.toml index 1e927a85..7e325b16 100644 --- a/thousandeyes-sdk-agents/pyproject.toml +++ b/thousandeyes-sdk-agents/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-agents" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Agents API" +description = "ThousandEyes SDK Agents API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-alerts/pyproject.toml b/thousandeyes-sdk-alerts/pyproject.toml index 9c4c41a6..8cbef3f2 100644 --- a/thousandeyes-sdk-alerts/pyproject.toml +++ b/thousandeyes-sdk-alerts/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-alerts" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Alerts API" +description = "ThousandEyes SDK Alerts API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-bgp-monitors/pyproject.toml b/thousandeyes-sdk-bgp-monitors/pyproject.toml index 8813ab92..0d16ebb5 100644 --- a/thousandeyes-sdk-bgp-monitors/pyproject.toml +++ b/thousandeyes-sdk-bgp-monitors/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-bgp-monitors" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "BGP Monitors API" +description = "ThousandEyes SDK BGP Monitors API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-credentials/pyproject.toml b/thousandeyes-sdk-credentials/pyproject.toml index 27296bd1..612bdd5a 100644 --- a/thousandeyes-sdk-credentials/pyproject.toml +++ b/thousandeyes-sdk-credentials/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-credentials" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Credentials API" +description = "ThousandEyes SDK Credentials API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-dashboards/pyproject.toml b/thousandeyes-sdk-dashboards/pyproject.toml index 0f0f3b95..f14d0af5 100644 --- a/thousandeyes-sdk-dashboards/pyproject.toml +++ b/thousandeyes-sdk-dashboards/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-dashboards" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Dashboards API" +description = "ThousandEyes SDK Dashboards API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-endpoint-agents/pyproject.toml b/thousandeyes-sdk-endpoint-agents/pyproject.toml index 56de2826..68de3f19 100644 --- a/thousandeyes-sdk-endpoint-agents/pyproject.toml +++ b/thousandeyes-sdk-endpoint-agents/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-endpoint-agents" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Endpoint Agents API" +description = "ThousandEyes SDK Endpoint Agents API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-endpoint-instant-tests/pyproject.toml b/thousandeyes-sdk-endpoint-instant-tests/pyproject.toml index dc0e034b..6ad396da 100644 --- a/thousandeyes-sdk-endpoint-instant-tests/pyproject.toml +++ b/thousandeyes-sdk-endpoint-instant-tests/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-endpoint-instant-tests" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Endpoint Instant Scheduled Tests API" +description = "ThousandEyes SDK Endpoint Instant Scheduled Tests API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-endpoint-labels/pyproject.toml b/thousandeyes-sdk-endpoint-labels/pyproject.toml index 5c8502f3..1d223f7d 100644 --- a/thousandeyes-sdk-endpoint-labels/pyproject.toml +++ b/thousandeyes-sdk-endpoint-labels/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-endpoint-labels" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Endpoint Agent Labels API" +description = "ThousandEyes SDK Endpoint Agent Labels API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-endpoint-test-results/pyproject.toml b/thousandeyes-sdk-endpoint-test-results/pyproject.toml index 96fc0f32..af87f9a9 100644 --- a/thousandeyes-sdk-endpoint-test-results/pyproject.toml +++ b/thousandeyes-sdk-endpoint-test-results/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-endpoint-test-results" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Endpoint Test Results API" +description = "ThousandEyes SDK Endpoint Test Results API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-endpoint-tests/pyproject.toml b/thousandeyes-sdk-endpoint-tests/pyproject.toml index 79b0880a..e39e983a 100644 --- a/thousandeyes-sdk-endpoint-tests/pyproject.toml +++ b/thousandeyes-sdk-endpoint-tests/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-endpoint-tests" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Endpoint Tests API" +description = "ThousandEyes SDK Endpoint Tests API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-instant-tests/pyproject.toml b/thousandeyes-sdk-instant-tests/pyproject.toml index 2fc2c132..1401c06c 100644 --- a/thousandeyes-sdk-instant-tests/pyproject.toml +++ b/thousandeyes-sdk-instant-tests/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-instant-tests" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Instant Tests API" +description = "ThousandEyes SDK Instant Tests API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-internet-insights/pyproject.toml b/thousandeyes-sdk-internet-insights/pyproject.toml index 48b6d113..574d9ec9 100644 --- a/thousandeyes-sdk-internet-insights/pyproject.toml +++ b/thousandeyes-sdk-internet-insights/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-internet-insights" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Internet Insights API" +description = "ThousandEyes SDK Internet Insights API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-labels/pyproject.toml b/thousandeyes-sdk-labels/pyproject.toml index 25755949..e36bb63b 100644 --- a/thousandeyes-sdk-labels/pyproject.toml +++ b/thousandeyes-sdk-labels/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-labels" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Labels API" +description = "ThousandEyes SDK Labels API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-snapshots/pyproject.toml b/thousandeyes-sdk-snapshots/pyproject.toml index a5d946c1..22e2377b 100644 --- a/thousandeyes-sdk-snapshots/pyproject.toml +++ b/thousandeyes-sdk-snapshots/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-snapshots" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Test Snapshots API" +description = "ThousandEyes SDK Test Snapshots API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-streaming/pyproject.toml b/thousandeyes-sdk-streaming/pyproject.toml index 08e23423..417ddf6a 100644 --- a/thousandeyes-sdk-streaming/pyproject.toml +++ b/thousandeyes-sdk-streaming/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-streaming" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "ThousandEyes for OpenTelemetry API" +description = "ThousandEyes SDK ThousandEyes for OpenTelemetry API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-tags/pyproject.toml b/thousandeyes-sdk-tags/pyproject.toml index c6bf284c..6cf4ee15 100644 --- a/thousandeyes-sdk-tags/pyproject.toml +++ b/thousandeyes-sdk-tags/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-tags" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Tags API" +description = "ThousandEyes SDK Tags API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-test-results/pyproject.toml b/thousandeyes-sdk-test-results/pyproject.toml index b9127d6c..f3b0235c 100644 --- a/thousandeyes-sdk-test-results/pyproject.toml +++ b/thousandeyes-sdk-test-results/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-test-results" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Test Results API" +description = "ThousandEyes SDK Test Results API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-tests/pyproject.toml b/thousandeyes-sdk-tests/pyproject.toml index 3064aa20..74cd78e2 100644 --- a/thousandeyes-sdk-tests/pyproject.toml +++ b/thousandeyes-sdk-tests/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-tests" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Tests API" +description = "ThousandEyes SDK Tests API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3", diff --git a/thousandeyes-sdk-usage/pyproject.toml b/thousandeyes-sdk-usage/pyproject.toml index 1c32a8d7..dce72892 100644 --- a/thousandeyes-sdk-usage/pyproject.toml +++ b/thousandeyes-sdk-usage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "thousandeyes-sdk-usage" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Usage API" +description = "ThousandEyes SDK Usage API" license = { text = "../LICENSE" } dependencies = [ "urllib3 >= 1.25.3",