Skip to content

Commit fb6424c

Browse files
committed
add pyproject
1 parent 58572cb commit fb6424c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

pyproject.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[build-system]
2+
requires = ["setuptools>=61.0"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "penguin"
7+
version = "0.1.0"
8+
description = "Preprocessing package for IMC data"
9+
authors = [
10+
{ name = "Your Name", email = "[email protected]" }
11+
]
12+
readme = "README.md"
13+
requires-python = ">=3.8"
14+
dependencies = [
15+
"matplotlib",
16+
"pandas",
17+
"panel",
18+
"opencv-python",
19+
"scikit-image",
20+
"ipywidgets",
21+
"jupyter",
22+
"ipykernel",
23+
"plotly"
24+
]
25+
26+
[tool.setuptools.packages.find]
27+
where = ["src"]

0 commit comments

Comments
 (0)