[project] name = "transivent" version = "2.0.0" description = "High-level analysis and plotting for transient events." license = { file = "LICENSE" } authors = [{ name = "Sam Scholten", email = "s.scholten@uq.edu.au" }] requires-python = ">=3.8" dependencies = [ "joblib", "loguru", "matplotlib", "numba", "Pillow", "scipy", "scopekit @ git+https://git.samsci.com/cgit.cgi/scopekit@main", ] [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["src"]