[project] name = "materia" version = "0.1.0" description = "Add your description here" readme = "README.md" authors = [ { name = "Deeman", email = "hendrik.note@gmail.com" } ] requires-python = ">=3.13" dependencies = [ "yfinance>=0.2.54", ] [project.scripts] materia = "materia:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"