-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
35 lines (30 loc) · 960 Bytes
/
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
[tool.poetry]
authors = [
"Niko Ehrenfeuchter <[email protected]>",
"Laurent Guerard <[email protected]>",
"Kai Schleicher <[email protected]>",
]
description = "Mocks collection for Fiji-Python. Zero functional code."
include = ["CHANGELOG.md"]
name = "imcf-fiji-mocks"
packages = [
{ include = "ch", from = "src" },
{ include = "de", from = "src" },
{ include = "fiji", from = "src" },
{ include = "fr", from = "src" },
{ include = "ij", from = "src" },
{ include = "inra", from = "src" },
{ include = "java", from = "src" },
{ include = "loci", from = "src" },
{ include = "mcib3d", from = "src" },
{ include = "net", from = "src" },
]
readme = "README.md"
version = "0.0.0"
[tool.poetry.dependencies]
python = ">=2.7"
[build-system]
build-backend = "poetry_dynamic_versioning.backend"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
[tool.poetry-dynamic-versioning]
enable = true