upload the project

This commit is contained in:
2026-06-21 21:24:47 +02:00
parent 8cf419a907
commit d94790cbe5
113 changed files with 1327 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "hairloss"
version = "0.1"
description = "Hairloss graph over time."
requires-python = ">=3.10"
dependencies = [
"tinydb",
"requests",
"matplotlib",
"numpy",
"scipy"
]
[project.scripts]
hairloss = "hairloss.main:main"
[tool.setuptools]
packages = ["hairloss"]