removed mock from setup.py.in as its not needed in python3, added formal script to run coretk gui and remove main line from core/gui/app.py

This commit is contained in:
Blake Harnden 2019-12-19 11:32:59 -08:00
parent 105825808d
commit 793d340668
5 changed files with 17 additions and 14 deletions

View file

@ -45,7 +45,6 @@ setup(
],
tests_require=[
"pytest",
"mock",
],
data_files=data_files,
scripts=glob.glob("scripts/*"),