[project] name = "reme-beam" version = "0.1.0" description = "BEAM benchmark plugin for ReMe." readme = "README.md" license = "Apache-2.0" license-files = ["LICENSE"] requires-python = ">=3.11" dependencies = [ "reme-ai[as]>=0.4.1.11", ] [project.entry-points."reme.plugins"] beam = "reme_beam" [tool.setuptools.packages.find] where = ["src"] include = ["reme_beam*"] [tool.setuptools.package-data] reme_beam = ["plugin.yaml", "*.yaml"] [build-system] requires = ["setuptools>=77", "wheel"] build-backend = "setuptools.build_meta"