[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "iRheo-Tempo" version = "0.1.0" description = "Python GUI for the iRheo-Tempo workflow." readme = {text = "Installable packaging metadata for the iRheo-Tempo Python GUI.", content-type = "text/plain"} requires-python = ">=3.10" dependencies = [ "numpy>=1.24", "scipy>=1.10", "matplotlib>=3.7", "PySide6>=6.5", "csaps>=1.1", ] [project.gui-scripts] iRheo-Tempo = "iRheoTempo:main" [tool.setuptools] py-modules = ["iRheoTempo"]