Skip to content

Commit 230c9aa

Browse files
committed
[CC] Avoid Crowdstrike to block whl generation
1 parent 05986d2 commit 230c9aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"License :: OSI Approved :: MIT License",
3030
"Operating System :: OS Independent",
3131
],
32-
entry_points={"gui_scripts": [
33-
"swat-em = swat_em.main:main"]},
32+
# entry_points={"gui_scripts": [
33+
# "swat-em = swat_em.main:main"]},
3434
)

0 commit comments

Comments
 (0)