-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsetup.cfg
37 lines (33 loc) · 1.01 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[metadata]
name = egi_notebooks_hub
summary = JupyterHub extensions for EGI Notebooks
description-file =
README.md
author = Enol Fernandez
author-email = [email protected]
home-page =
license = MIT
classifier =
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages = egi_notebooks_hub
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[entry_points]
jupyterhub.authenticators =
egiauthenticator = egi_notebooks_hub.egiauthenticator:EGICheckinAuthenticator
eoscauthenticator = egi_notebooks_hub.egiauthenticator:EOSCNodeAuthenticator
onedataauthenticator = egi_notebooks_hub.onedata:OnedataAuthenticator
jupyterhub.spawners =
egispawner = egi_notebooks_hub.egispawner:EGISpawner
onedataspawner = egi_notebooks_hub.onedata:OnedataSpawner