Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove setuptools from the build-system for new integrations #15766

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove setuptools from the build-system for new integrations
  • Loading branch information
FlorentClarret committed Sep 6, 2023
commit 47efa5ee56790355b45bdf71459efb07aeb5c05d
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