diff --git a/thousandeyes-sdk-administrative/pyproject.toml b/thousandeyes-sdk-administrative/pyproject.toml index 02bab1734..01074bbf9 100644 --- a/thousandeyes-sdk-administrative/pyproject.toml +++ b/thousandeyes-sdk-administrative/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "thousandeyes-sdk-administrative" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Administrative API" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Administrative API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-agents/pyproject.toml b/thousandeyes-sdk-agents/pyproject.toml index 9d93d8e2e..0be3ed44c 100644 --- a/thousandeyes-sdk-agents/pyproject.toml +++ b/thousandeyes-sdk-agents/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "thousandeyes-sdk-agents" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Agents API" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Agents API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-alerts/pyproject.toml b/thousandeyes-sdk-alerts/pyproject.toml index 7f5d82a73..1d837987c 100644 --- a/thousandeyes-sdk-alerts/pyproject.toml +++ b/thousandeyes-sdk-alerts/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "thousandeyes-sdk-alerts" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Alerts API" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Alerts API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-bgp-monitors/pyproject.toml b/thousandeyes-sdk-bgp-monitors/pyproject.toml index f9df4919b..fd98f085d 100644 --- a/thousandeyes-sdk-bgp-monitors/pyproject.toml +++ b/thousandeyes-sdk-bgp-monitors/pyproject.toml @@ -1,11 +1,12 @@ [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" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK BGP Monitors API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-credentials/pyproject.toml b/thousandeyes-sdk-credentials/pyproject.toml index 31c875282..c12cb37f7 100644 --- a/thousandeyes-sdk-credentials/pyproject.toml +++ b/thousandeyes-sdk-credentials/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "thousandeyes-sdk-credentials" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Credentials API" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Credentials API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-dashboards/pyproject.toml b/thousandeyes-sdk-dashboards/pyproject.toml index baffe28fb..a5cade04f 100644 --- a/thousandeyes-sdk-dashboards/pyproject.toml +++ b/thousandeyes-sdk-dashboards/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "thousandeyes-sdk-dashboards" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Dashboards API" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Dashboards API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-endpoint-agents/pyproject.toml b/thousandeyes-sdk-endpoint-agents/pyproject.toml index 98bedc758..353b6e754 100644 --- a/thousandeyes-sdk-endpoint-agents/pyproject.toml +++ b/thousandeyes-sdk-endpoint-agents/pyproject.toml @@ -1,11 +1,12 @@ [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" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Endpoint Agents API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-endpoint-instant-tests/pyproject.toml b/thousandeyes-sdk-endpoint-instant-tests/pyproject.toml index 5de1e33a8..d02d1f416 100644 --- a/thousandeyes-sdk-endpoint-instant-tests/pyproject.toml +++ b/thousandeyes-sdk-endpoint-instant-tests/pyproject.toml @@ -1,11 +1,12 @@ [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" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Endpoint Instant Scheduled Tests API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-endpoint-labels/pyproject.toml b/thousandeyes-sdk-endpoint-labels/pyproject.toml index a5d3d6cca..07d6bec71 100644 --- a/thousandeyes-sdk-endpoint-labels/pyproject.toml +++ b/thousandeyes-sdk-endpoint-labels/pyproject.toml @@ -1,11 +1,12 @@ [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" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Endpoint Agent Labels API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-endpoint-test-results/pyproject.toml b/thousandeyes-sdk-endpoint-test-results/pyproject.toml index 171aa9985..d2264611c 100644 --- a/thousandeyes-sdk-endpoint-test-results/pyproject.toml +++ b/thousandeyes-sdk-endpoint-test-results/pyproject.toml @@ -1,11 +1,12 @@ [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" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Endpoint Test Results API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-endpoint-tests/pyproject.toml b/thousandeyes-sdk-endpoint-tests/pyproject.toml index 28cf89443..9a98aaf11 100644 --- a/thousandeyes-sdk-endpoint-tests/pyproject.toml +++ b/thousandeyes-sdk-endpoint-tests/pyproject.toml @@ -1,11 +1,12 @@ [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" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Endpoint Tests API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-instant-tests/pyproject.toml b/thousandeyes-sdk-instant-tests/pyproject.toml index e5a85a9d8..61d7eac00 100644 --- a/thousandeyes-sdk-instant-tests/pyproject.toml +++ b/thousandeyes-sdk-instant-tests/pyproject.toml @@ -1,11 +1,12 @@ [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" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Instant Tests API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-internet-insights/pyproject.toml b/thousandeyes-sdk-internet-insights/pyproject.toml index b3099aa5a..8f12f4462 100644 --- a/thousandeyes-sdk-internet-insights/pyproject.toml +++ b/thousandeyes-sdk-internet-insights/pyproject.toml @@ -1,11 +1,12 @@ [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" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Internet Insights API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-labels/pyproject.toml b/thousandeyes-sdk-labels/pyproject.toml index a5831ed9f..41dd080b7 100644 --- a/thousandeyes-sdk-labels/pyproject.toml +++ b/thousandeyes-sdk-labels/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "thousandeyes-sdk-labels" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Labels API" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Labels API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-snapshots/pyproject.toml b/thousandeyes-sdk-snapshots/pyproject.toml index fe5508192..e07c9888a 100644 --- a/thousandeyes-sdk-snapshots/pyproject.toml +++ b/thousandeyes-sdk-snapshots/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "thousandeyes-sdk-snapshots" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Test Snapshots API" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Test Snapshots API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-streaming/pyproject.toml b/thousandeyes-sdk-streaming/pyproject.toml index fd84c7a23..a6ebf7f2a 100644 --- a/thousandeyes-sdk-streaming/pyproject.toml +++ b/thousandeyes-sdk-streaming/pyproject.toml @@ -1,11 +1,12 @@ [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" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK ThousandEyes for OpenTelemetry API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-tags/pyproject.toml b/thousandeyes-sdk-tags/pyproject.toml index 497b8e789..4f25cf6ad 100644 --- a/thousandeyes-sdk-tags/pyproject.toml +++ b/thousandeyes-sdk-tags/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "thousandeyes-sdk-tags" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Tags API" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Tags API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-test-results/pyproject.toml b/thousandeyes-sdk-test-results/pyproject.toml index d8257ae3f..fa92c4937 100644 --- a/thousandeyes-sdk-test-results/pyproject.toml +++ b/thousandeyes-sdk-test-results/pyproject.toml @@ -1,11 +1,12 @@ [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" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Test Results API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-tests/pyproject.toml b/thousandeyes-sdk-tests/pyproject.toml index 5000626d4..7927ad94a 100644 --- a/thousandeyes-sdk-tests/pyproject.toml +++ b/thousandeyes-sdk-tests/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "thousandeyes-sdk-tests" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Tests API" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Tests API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [ diff --git a/thousandeyes-sdk-usage/pyproject.toml b/thousandeyes-sdk-usage/pyproject.toml index d4ae40886..90564229e 100644 --- a/thousandeyes-sdk-usage/pyproject.toml +++ b/thousandeyes-sdk-usage/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "thousandeyes-sdk-usage" dynamic = ["version"] +readme = "README.md" authors = [ { name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" } ] -description = "Usage API" -license = { text = "../LICENSE" } +description = "ThousandEyes SDK Usage API" +license = { file = "LICENSE" } dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", @@ -15,7 +16,7 @@ dependencies = [ ] [tool.setuptools.dynamic] -version = {attr = "thousandeyes_sdk.core.__version__"} +version = {file = ".version"} [project.optional-dependencies] test = [