[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "schroedinger" version = "0.1" requires-python = ">= 3.12" dependencies = ["matplotlib", "numpy", "scipy"] maintainers = [{name = "Thomas Albers Raviola", email = "thomasgu@uni-bremen.de"}, {name = "Tim Suhling", email = "timsuh@uni-bremen.de"}] description = "" readme = "README.md" license = {file = "COPYING"} [project.scripts] schrodinger_solve = "schroedinger.schrodinger_solve:main" schrodinger_plot = "schroedinger.schrodinger_plot:main"