diff --git a/README.md b/README.md index 1ba4394..58b2de2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# YieldSmart 农业智能决策系统 +# yield-smart-app 农业智能决策系统 基于多因子 Cobb-Douglas 产量模型的作物种植决策支持应用。 @@ -47,7 +47,7 @@ streamlit run app.py ## 项目结构 ``` -YieldSmart/ +yield-smart-app/ ├── app.py # 主应用文件(Streamlit) ├── main.py # 入口文件 ├── pyproject.toml # 项目配置 @@ -78,10 +78,10 @@ just check ```bash # 构建镜像 -docker build -t yieldsmart . +docker build -t yield-smart-app . # 运行容器 -docker run -p 8000:8000 yieldsmart +docker run -p 8000:8000 yield-smart-app ``` ## 许可证 diff --git a/justfile b/justfile index 410315f..6405c5c 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -# Justfile for YieldSmart 农业智能决策系统 +# Justfile for yield-smart-app 农业智能决策系统 # Use `just ` to run tasks # Default task: show available commands diff --git a/main.py b/main.py index 4e73d28..2921a94 100644 --- a/main.py +++ b/main.py @@ -1,5 +1,5 @@ def main(): - print("Hello from YieldSmart!") + print("Hello from yield-smart-app!") if __name__ == "__main__": diff --git a/pyproject.toml b/pyproject.toml index c25b875..a99fb02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "yield-smart" +name = "yield-smart-app" version = "0.1.0" description = "农业智能决策系统 - 基于多因子 Cobb-Douglas 产量模型的作物种植决策支持应用" readme = "README.md" diff --git a/uv.lock b/uv.lock index d6b740e..53f75cc 100644 --- a/uv.lock +++ b/uv.lock @@ -632,7 +632,7 @@ wheels = [ ] [[package]] -name = "yield-smart" +name = "yield-smart-app" version = "0.1.0" source = { virtual = "." } dependencies = [