-
Notifications
You must be signed in to change notification settings - Fork 4
/
pyproject.toml
31 lines (29 loc) · 923 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
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "pyplastimatch"
version = "0.4.6"
authors = [
{ name="Dennis Bontempi", email="dbontempi@bwh.harvard.edu" },
{ name="Leonard Nuernberg", email="lnuernberg@bwh.harvard.edu" },
]
maintainers = [
{ name="Dennis Bontempi", email="dbontempi@bwh.harvard.edu" },
{ name="Leonard Nuernberg", email="lnuernberg@bwh.harvard.edu" },
{ name="Andrey Fedorov", email="andrey.fedorov@gmail.com" },
]
description = "Basic Python wrapper for Plastimatch"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: POSIX :: Linux",
]
dynamic = [
"dependencies"
]
[project.urls]
"Homepage" = "https://github.com/ImagingDataCommons/pyplastimatch"
"Bug Tracker" = "https://github.com/ImagingDataCommons/pyplastimatch/issues"