initial commit

This commit is contained in:
2026-08-07 20:38:53 +05:30
commit d6c87ee60f
4 changed files with 129 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[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