Skip to content

Commit

Permalink
Pin setuptools version (DataDog#1298)
Browse files Browse the repository at this point in the history
* Pin setuptools

* Add license change
  • Loading branch information
yzhan289 authored May 6, 2022
1 parent 2bacbb8 commit 86df821
Show file tree
Hide file tree
Showing 46 changed files with 87 additions and 87 deletions.
4 changes: 2 additions & 2 deletions cert_manager/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-cert-manager"
description = "The cert-manager check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions cyral/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-cyral"
description = "The Cyral check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions filebeat/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-filebeat"
description = "The Filebeat check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
2 changes: 1 addition & 1 deletion fluentbit/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"hatchling>=0.13.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

Expand Down
4 changes: 2 additions & 2 deletions gatekeeper/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-gatekeeper"
description = "The Gatekeeper check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions gnatsd/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-gnatsd"
description = "The Gnatsd check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions gnatsd_streaming/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-gnatsd-streaming"
description = "The Gnatsd streaming check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions hbase_master/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-hbase-master"
description = "The HBase master check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions hbase_regionserver/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-hbase-regionserver"
description = "The HBase regionserver check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions jfrog_platform/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-jfrog-platform"
description = "The JFrog Platform check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions kernelcare/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-kernelcare"
description = "The Kernelcare check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions lighthouse/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-lighthouse"
description = "The Lighthouse check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions logstash/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-logstash"
description = "The Logstash check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions nextcloud/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-nextcloud"
description = "The Nextcloud check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions ns1/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-ns1"
description = "The NS1 check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
2 changes: 1 addition & 1 deletion nvml/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

Expand Down
4 changes: 2 additions & 2 deletions octoprint/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-octoprint"
description = "The OctoPrint check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions open_policy_agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-open-policy-agent"
description = "The open_policy_agent check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions php_apcu/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-php-apcu"
description = "The PHP APCu check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions php_opcache/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-php-opcache"
description = "The PHP OPcache check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions pihole/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-pihole"
description = "The pihole check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions ping/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-ping"
description = "The Ping check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
4 changes: 2 additions & 2 deletions portworx/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"hatchling>=0.12.0",
"setuptools; python_version < '3.0'",
"setuptools<61",
]
build-backend = "hatchling.build"

[project]
name = "datadog-portworx"
description = "The Portworx check"
readme = "README.md"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand Down
Loading

0 comments on commit 86df821

Please sign in to comment.