[build-system] requires = ["setuptools>=45", "wheel"] build-backend = "setuptools.build_meta" [project] name = "dashboard_for_sage" version = "1.0.0" description = "Dashboard module for Sage - LLM usage and user statistics" requires-python = ">=3.8" dependencies = [ "sqlor", "bricks_for_python", ] [tool.setuptools.packages.find] where = ["."] include = ["dashboard_for_sage*"]