From bf73ba83a53d99d8d60ebab2b7f4efda2d21936e Mon Sep 17 00:00:00 2001 From: danielhrisca Date: Mon, 7 Dec 2020 19:42:36 +0200 Subject: [PATCH] fix setup --- setup.py | 1 - 1 file changed, 1 deletion(-) 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",],}, ) -)