[build-system] requires = ["setuptools"] build-backup = "setuptools.build_meta" [project] name = "iprbench" dynamic = ["version"] # the list of fields whose values are dicovered by the backend (eg __version__) description = "benchmarks for IPR (Institut de Physique de Rennes) cluster" readme = "README.md" keywords = ["benchmark", "hpc", "parallel", 'openmp'] license = {text = "MIT License"} dependencies = [ "pandas", "matplotlib", "sqlalchemy", # "cocluto >= 1.2" # "cocluto@git+https://git.ipr.univ-rennes.fr/cellinfo/cocluto" "starbench@git+https://github.com/g-raffy/starbench" ] requires-python = ">= 3.8" authors = [ {name = "Guillaume Raffy", email = "guillaume.raffy@univ-rennes.fr"} ] [project.scripts] hibenchonphysix = "iprbench.hibench.hibenchonphysix:main" showresults = "iprbench.hibench.showresults:main" [project.urls] Repository = "https://github.com/g-raffy/starbench" [tool.setuptools] packages = ["iprbench", "iprbench.hibench"] [tool.setuptools.dynamic] version = {attr = "iprbench.main.__version__"} [tool.setuptools.package-data] iprbench = ["resources/**/*"]