diff --git a/plugins/aws/pyproject.toml b/plugins/aws/pyproject.toml index 52320ff092..f8b71ef1bf 100644 --- a/plugins/aws/pyproject.toml +++ b/plugins/aws/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-aws" version = "3.7.0" authors = [{name="Some Engineering Inc."}] description = "Runs collector plugins and sends the result to resotocore." -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/plugins/azure/pyproject.toml b/plugins/azure/pyproject.toml index 60ebc06d12..b0daef09a0 100644 --- a/plugins/azure/pyproject.toml +++ b/plugins/azure/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-azure" version = "3.7.0" authors = [{name="Some Engineering Inc."}] description = "Runs collector plugins and sends the result to resotocore." -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/plugins/digitalocean/pyproject.toml b/plugins/digitalocean/pyproject.toml index 57b88bab2a..7c3dca8381 100644 --- a/plugins/digitalocean/pyproject.toml +++ b/plugins/digitalocean/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-digitalocean" description = "Resoto DigitalOcean Collector Plugin" version = "3.7.0" authors = [{name="Some Engineering Inc."}] -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/plugins/dockerhub/pyproject.toml b/plugins/dockerhub/pyproject.toml index 8105df209e..c6b14ffbc1 100644 --- a/plugins/dockerhub/pyproject.toml +++ b/plugins/dockerhub/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-dockerhub" description = "Resoto Docker Hub Collector Plugin" version = "3.7.0" authors = [{name="Some Engineering Inc."}] -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/plugins/example_collector/pyproject.toml b/plugins/example_collector/pyproject.toml index 779ad358c7..0821978383 100644 --- a/plugins/example_collector/pyproject.toml +++ b/plugins/example_collector/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-example-collector" description = "Resoto Example Collector Plugin" version = "3.7.0" authors = [{name="Some Engineering Inc."}] -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/plugins/gcp/pyproject.toml b/plugins/gcp/pyproject.toml index c6a91b8f5c..331e22b54f 100644 --- a/plugins/gcp/pyproject.toml +++ b/plugins/gcp/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-gcp" description = "Resoto GCP Collector Plugin" version = "3.7.0" authors = [{name="Some Engineering Inc."}] -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/plugins/github/pyproject.toml b/plugins/github/pyproject.toml index fc67a1375d..f26846702f 100644 --- a/plugins/github/pyproject.toml +++ b/plugins/github/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-github" description = "Resoto Github Collector Plugin" version = "3.7.0" authors = [{name="Some Engineering Inc."}] -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/plugins/k8s/pyproject.toml b/plugins/k8s/pyproject.toml index 2f667a9a80..13bd7134cf 100644 --- a/plugins/k8s/pyproject.toml +++ b/plugins/k8s/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-k8s" description = "Resoto Kubernetes Collector Plugin" version = "3.7.0" authors = [{name="Some Engineering Inc."}] -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/plugins/onelogin/pyproject.toml b/plugins/onelogin/pyproject.toml index 83c4f47877..4b5332b60e 100644 --- a/plugins/onelogin/pyproject.toml +++ b/plugins/onelogin/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-onelogin" description = "Resoto OneLogin Plugin" version = "3.7.0" authors = [{name="Some Engineering Inc."}] -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/plugins/onprem/pyproject.toml b/plugins/onprem/pyproject.toml index b3cd1e1beb..1dea5eb5e6 100644 --- a/plugins/onprem/pyproject.toml +++ b/plugins/onprem/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-onprem" description = "Resoto On-Premises Collector Plugin" version = "3.7.0" authors = [{name="Some Engineering Inc."}] -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/plugins/posthog/pyproject.toml b/plugins/posthog/pyproject.toml index 73206216c2..c1f8703346 100644 --- a/plugins/posthog/pyproject.toml +++ b/plugins/posthog/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-posthog" description = "Resoto Posthog Collector Plugin" version = "3.7.0" authors = [{name="Some Engineering Inc."}] -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/plugins/random/pyproject.toml b/plugins/random/pyproject.toml index 95938c3640..a64f319648 100644 --- a/plugins/random/pyproject.toml +++ b/plugins/random/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-random" description = "Resoto Random Collector Plugin" version = "3.7.0" authors = [{name="Some Engineering Inc."}] -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/plugins/scarf/pyproject.toml b/plugins/scarf/pyproject.toml index faf733e8c9..5e558ffa13 100644 --- a/plugins/scarf/pyproject.toml +++ b/plugins/scarf/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-scarf" description = "Resoto Scarf Collector Plugin" version = "3.7.0" authors = [{name="Some Engineering Inc."}] -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/plugins/slack/pyproject.toml b/plugins/slack/pyproject.toml index a908d7a867..e60f3bd634 100644 --- a/plugins/slack/pyproject.toml +++ b/plugins/slack/pyproject.toml @@ -3,7 +3,7 @@ name = "resoto-plugin-slack" description = "Resoto Slack Plugin" version = "3.7.0" authors = [{name="Some Engineering Inc."}] -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/resotocore/pyproject.toml b/resotocore/pyproject.toml index a3ae0c5431..6bbb0c37d3 100644 --- a/resotocore/pyproject.toml +++ b/resotocore/pyproject.toml @@ -3,7 +3,7 @@ name = "resotocore" version = "3.7.0" authors = [{name="Some Engineering Inc."}] description = "Keeps all the things." -license = {file="../LICENSE"} +license = "AGPLv3" urls = {"Homepage" = "https://resoto.com"} requires-python = ">=3.9" classifiers = [ diff --git a/resotolib/pyproject.toml b/resotolib/pyproject.toml index b767084222..6a17d51410 100644 --- a/resotolib/pyproject.toml +++ b/resotolib/pyproject.toml @@ -3,7 +3,7 @@ name = "resotolib" version = "3.7.0" authors = [{name="Some Engineering Inc."}] description = "Resoto common library." -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/resotometrics/pyproject.toml b/resotometrics/pyproject.toml index e97bbb7538..18c4dbfd43 100644 --- a/resotometrics/pyproject.toml +++ b/resotometrics/pyproject.toml @@ -3,7 +3,7 @@ name = "resotometrics" version = "3.7.0" authors = [{name="Some Engineering Inc."}] description = "Exports Resoto metrics in Prometheus format." -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/resotoshell/pyproject.toml b/resotoshell/pyproject.toml index c1c8fdccea..e5021409e2 100644 --- a/resotoshell/pyproject.toml +++ b/resotoshell/pyproject.toml @@ -3,7 +3,7 @@ name = "resotoshell" version = "3.7.0" authors = [{name="Some Engineering Inc."}] description = "Commandline interpreter to interact with Resoto." -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ # Current project status diff --git a/resotoworker/pyproject.toml b/resotoworker/pyproject.toml index 9bdb7516fd..3f7a434bfc 100644 --- a/resotoworker/pyproject.toml +++ b/resotoworker/pyproject.toml @@ -3,7 +3,7 @@ name = "resotoworker" version = "3.7.0" authors = [{name="Some Engineering Inc."}] description = "Runs collector plugins and sends the result to resotocore." -license = {file="LICENSE"} +license = "AGPLv3" requires-python = ">=3.9" classifiers = [ "Programming Language :: Python :: 3" ] readme = {file="README.md", content-type="text/markdown"}