[project] name = "reme-ai-studio" version = "0.4.1.7" description = "Optional ReMe Studio static frontend." readme = "README.md" license = "Apache-2.0" license-files = ["LICENSE"] requires-python = ">=3.11" [project.urls] Homepage = "https://github.com/agentscope-ai/ReMe/tree/main/website" Documentation = "https://reme.agentscope.io" Repository = "https://github.com/agentscope-ai/ReMe" [tool.setuptools] package-dir = { "" = "src" } packages = ["reme_ai_studio"] include-package-data = false [tool.setuptools.package-data] "reme_ai_studio" = ["static/**"] [build-system] requires = ["setuptools>=77", "wheel"] build-backend = "setuptools.build_meta"