-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
45 lines (41 loc) · 1.26 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
38
39
40
41
42
43
44
45
[metadata]
name = jupyter_euporie
version = attr: jupyter_euporie.__version__
description = Run euporie online using binder
long_description = file: README.rst
long_description_content_type = text/rst
license_file = LICENSE
author = Josiah Outram Halstead
url = https://github.com/joouha/euporie-binder
platforms = Linux, Mac OS X, Windows
keywords = Binder, Jupyter, JupyterLab, Euporie
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Framework :: Jupyter
Framework :: Jupyter :: JupyterLab
Framework :: Jupyter :: JupyterLab :: 3
Framework :: Jupyter :: JupyterLab :: Extensions
Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
[options.entry_points]
console_scripts =
jupyter-euporie = jupyter_euporie.app:main
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.6
install_requires =
jupyter-server>=2.7.0
jupyter-server-terminals>=0.4.4
notebook_shim>=0.1
euporie>=2.3.1
[options.package_data]
jupyter_euporie = static/*, templates/*
[options.packages.find]
exclude =
tests