[build-system] build-backend = "hatchling.build" requires = ["hatchling"] [project] name = "gmip3_help_functions" version = "0.0.1" description = "bla" readme = "README.md" requires-python = "==3.10" license = "MIT" authors = [ {name = "Lilian Schuster"}, ] maintainers = [ {name = "Lilian Schuster", email = "lilian.schuster@uibk.ac.at"}, ] dependencies = [ # for debug logging (referenced from the issue template) "session-info", "matplotlib", "pandas", "numpy<2.0", ] [tool.hatch.build.targets.wheel] packages = ['0_pre_post_processing/']