Skip to content
Merged
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
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ version = {attr = "aiodns.__version__"}
[build-system]
# pycares required because of the fact that it's in the __init__ module
requires = ["setuptools", "pycares"]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is complete and utter bullshit. wheel was never required, as setuptools always added it automatically via get_requires_for_build_wheel. It only was listed in documentation as a mistake, that was fixed long ago.

build-backend = "setuptools.build_meta"

[tool.setuptools]
# Disables inclusion of non-package data (like tests) in the wheel if they are in the sdist
Expand Down
Loading