diff --git a/setup.py b/setup.py index 70ac88d..e24d6a1 100644 --- a/setup.py +++ b/setup.py @@ -19,9 +19,11 @@ 'app/resources' ] } +NAME='Jupyter Notebook Launcher' setup( app=APP, + name=NAME, data_files=DATA_FILES, options={'py2app': OPTIONS}, setup_requires=['py2app'],