generated from AFg6K7h4fhy2/AFg6K7h4fhy2-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
22 lines (19 loc) · 811 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
[tool.poetry]
name = "paleo-utils"
version = "0.0.1"
description = "Tools for the author to facilitate various tasks in paleontological work, including specimen labels, systematics organization, measurement grids, and imaging utilities."
authors = ["AFg6K7h4fhy2 <127630341+AFg6K7h4fhy2@users.noreply.github.com>"]
repository = "https://github.com/AFg6K7h4fhy2/Paleo-Utils"
readme = "README.md"
license = "Apache-2.0"
package-mode = false
keywords = ["python", "geology", "paleontology", "chronostratigraphy"]
[tool.poetry.dependencies]
python = "^3.12"
pre-commit = "^3.7.0"
[tool.poetry.urls]
"Repository Issues" = "https://github.com/AFg6K7h4fhy2/Paleo-Utils/issues"
"Author Homepage" = "https://github.com/AFg6K7h4fhy2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"