Initial commit
This commit is contained in:
26
pyproject.toml
Normal file
26
pyproject.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
[project]
|
||||
name = "planetarytime"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = [
|
||||
{name = "Jan Doubravský",email = "jan.doubravsky@gmail.com"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14,<4.0"
|
||||
dependencies = [
|
||||
"loguru (>=0.7.3,<0.8.0)"
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
packages = [{include = "planetarytime", from = "src"}]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest (>=9.0.3,<10.0.0)",
|
||||
"mypy (>=1.20.1,<2.0.0)",
|
||||
"ruff (>=0.15.10,<0.16.0)"
|
||||
]
|
||||
Reference in New Issue
Block a user