_version.py is private

This commit is contained in:
Min RK
2017-06-08 16:01:32 +02:00
parent d167e275d1
commit 530f499ce1

View File

@@ -73,7 +73,7 @@ def get_package_data():
return package_data
ns = {}
with open(pjoin(here, 'jupyterhub', 'version.py')) as f:
with open(pjoin(here, 'jupyterhub', '_version.py')) as f:
exec(f.read(), {}, ns)