diff --git a/setup.py b/setup.py index ae3e5731..ba79e6d1 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ pjoin = os.path.join here = os.path.abspath(os.path.dirname(__file__)) share_jupyterhub = pjoin(here, 'share', 'jupyterhub') -static = pjoin(share_jupyter, 'static') +static = pjoin(share_jupyterhub, 'static') is_repo = os.path.exists(pjoin(here, '.git'))