forked from jcaxle/polus-render
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (33 loc) · 848 Bytes
/
pyproject.toml
File metadata and controls
39 lines (33 loc) · 848 Bytes
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
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["polus"]
namespaces = true
[project]
name = "polus-render"
version = "0.0.4.0.1.5"
authors = [
{ name="Jeff Chen", email="Jeff.Chen@axleinfo.com" },
]
description = "Displays Polus Render dashboard in Jupyter Notebooks."
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"colorama==0.4.6",
"flask==3.0.0",
"Flask-HTTPAuth==4.8.0",
"werkzeug==3.0.0",
"pyopenssl==23.2.0",
"flask_cors==3.0.10"
]
[project.urls]
"Homepage" = "https://github.com/jcaxle/polus-render"
[tool.setuptools]
include-package-data = true