Skip to content

Commit

Permalink
define the license in the pyproject.license setting
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Sep 27, 2023
1 parent a47a6f2 commit b0a2f82
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion plugins/aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/digitalocean/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/dockerhub/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/example_collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/gcp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/github/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/k8s/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/onelogin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/onprem/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/posthog/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/random/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/scarf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/slack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resotocore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion resotolib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resotometrics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resotoshell/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resotoworker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit b0a2f82

Please sign in to comment.