Skip to content

Commit 498baf9

Browse files
Remove obsolete bdist_wheel.universal setting.
Universal wheels claim Python 2 support; these projects require Python 3 only, and the setting triggers setuptools deprecation warnings. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0ecd993 commit 498baf9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ package-data.vws = [
111111
]
112112
zip-safe = false
113113

114-
[tool.distutils]
115-
bdist_wheel.universal = true
116-
117114
[tool.setuptools_scm]
118115
# This keeps the start of the version the same as the last release.
119116
# This is useful for our documentation to include e.g. binary links

0 commit comments

Comments
 (0)