Skip to content

Commit 1b11093

Browse files
committed
build: remove the egg syntax from pysetupdi dep in setup.py
Signed-off-by: Yoan Dumas <yoan@eye-lights.fr>
1 parent 4eef666 commit 1b11093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pywin32;platform_system=='Windows'",
2222
"dbus_next;platform_system=='Linux'",
2323
(
24-
"pysetupdi @ git+https://github.com/gwangyi/pysetupdi#egg=pysetupdi;"
24+
"pysetupdi @ git+https://github.com/gwangyi/pysetupdi ; "
2525
"platform_system=='Windows'"
2626
),
2727
(

0 commit comments

Comments
 (0)