Skip to content

Commit

Permalink
Remove setuptools from the build-system for new integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Sep 6, 2023
1 parent aafc898 commit 47efa5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions datadog_checks_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Allow bumping the version of clickhouse-driver ([#15745](https://github.com/DataDog/integrations-core/pull/15745))
* Allow bumping the version of lz4 ([#15747](https://github.com/DataDog/integrations-core/pull/15747))
* Remove flup from the dependency bump exclusion list ([#15748](https://github.com/DataDog/integrations-core/pull/15748))
* Remove setuptools from the build-system for new integrations ([#15766](https://github.com/DataDog/integrations-core/pull/15766))

## 24.1.0 / 2023-08-25

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[build-system]
requires = [
"hatchling>=0.13.0",
"setuptools>=66; python_version > '3.0'",
"setuptools; python_version < '3.0'",
]
build-backend = "hatchling.build"

Expand Down

0 comments on commit 47efa5e

Please sign in to comment.