diff --git a/setup.py b/setup.py index b17c1f48c..ffedea118 100644 --- a/setup.py +++ b/setup.py @@ -222,4 +222,3 @@ def get_export_symbols(self, ext): # pip to create the appropriate form of executable for the target platform. entry_points={"console_scripts": ["asammdf=asammdf.gui.asammdfgui:main",],}, ) -)