-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
36 lines (34 loc) · 1.28 KB
/
pyproject.toml
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
[project]
name = "yfiles_jupyter_graphs_for_neo4j"
version = "1.5.0"
authors = [
{name = "yWorks Support Team", email= "[email protected]"},
]
description = "A Neo4j graph visualization package that uses the yfiles-jupyter-graphs widget"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: IPython",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Framework :: Jupyter",
"Framework :: Jupyter :: JupyterLab",
"Framework :: Jupyter :: JupyterLab :: 3",
"Framework :: Jupyter :: JupyterLab :: Extensions",
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
]
license = {file = "LICENSE.md"}
dependencies = [
"yfiles_jupyter_graphs>=1.9.0"
]
[project.urls]
License = "https://github.com/yWorks/yfiles-jupyter-graphs-for-neo4j/blob/main/LICENSE.md"
"Bug Tracker" = "https://github.com/yWorks/yfiles-jupyter-graphs-for-neo4j/issues"
Documentation = "https://github.com/yWorks/yfiles-jupyter-graphs-for-neo4j/"
Repository = "https://github.com/yWorks/yfiles-jupyter-graphs-for-neo4j.git"
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"