Skip to content

Commit 06bb59e

Browse files
committed
📦Drop deprecated bdist_wheel.universal option
This patch stops using said setting in the `setup.cfg` file. It has been marked as deprecated and would make `wheel` produce `py2.py3`- tagged binary distributions in the past. It was never used in this project for that purpose and so the deletion has no effect on the resulting file names or metadata. Ref: pypa/setuptools#4939
1 parent 6188d9f commit 06bb59e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

setup.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
[bdist_wheel]
2-
# wheels should be OS-specific:
3-
# their names must contain macOS/manulinux1/2010/2014/Windows identifiers
4-
universal = 0
5-
61
[metadata]
72
name = ansible-pylibssh
83
url = https://github.com/ansible/pylibssh

0 commit comments

Comments
 (0)