Files
astrology/pyproject.toml
T
2026-08-07 20:38:53 +05:30

16 lines
334 B
TOML

[project]
name = "astrology"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Alexander Rossmanith",email = "dev@alexander-rossmanith.de"},
]
dependencies = ["pyswisseph>=2.10.3.2"]
requires-python = "==3.14.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false