[build-system] requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta" [project] name = "sageapi" version = "0.1.0" description = "SageAPI - 独立 API 服务器模块,提供客户余额查询、记账、用户/定价查询等 RESTful 接口" requires-python = ">=3.10" dependencies = [] [tool.setuptools.packages.find] include = ["sageapi*"]