diff --git a/MANIFEST.in b/MANIFEST.in index ee7f0cc4..45a85109 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ graft analogic/global graft analogic/templates graft analogic/static +graft analogic/new_app_structure include analogic/logging.json global-exclude *.pyc \ No newline at end of file diff --git a/monitor.py b/monitor.py index 16878bfb..30d0ed31 100644 --- a/monitor.py +++ b/monitor.py @@ -72,7 +72,7 @@ def _monitor(): pass -_thread = threading.Thread(target=_monitor, deamon=True) +_thread = threading.Thread(target=_monitor, daemon=True) def _exiting():