Remove duplicate script entry leading to broken wheel build

The entry_point option already defines the /bin/swift script implicitly.
The definition of `scripts=bin/swift` ontop of that leads to a corrupt wheel build and can lead to a collision error during installation:
FileExistsError: File already exists: [...]/bin/swift

Closes-Bug: #1996959
Change-Id: I17d0c2b02555172eeedaa164aad956691ccb3b0a
This commit is contained in:
DavHau 2024-01-03 12:17:02 +07:00 committed by Tim Burke
parent 7e65d10199
commit 45a311fc62

@ -34,8 +34,6 @@ classifier =
[files]
packages =
swiftclient
scripts =
bin/swift
data_files =
share/man/man1 = doc/manpages/swift.1