[build-system] requires = ["setuptools>=45", "wheel"] build-backend = "setuptools.build_meta" [project] name = "showcase" version = "1.0.0" description = "Sage展示平台 - 产品展示、社交互动、KTV付费下载" requires-python = ">=3.8" dependencies = [ "sqlor", "bricks_for_python", ] [tool.setuptools.packages.find] where = ["."] include = ["showcase*"]