天问 78a86f5d2f Update 'README.md' | 8 months ago | |
---|---|---|
README.md | 8 months ago |
类似pip, peotry依赖管理工具 + setuptools ,包含打包部署命令
pip install hatch
# 创建demo项目
hatch new "demo"
pyproject.toml
# 现有项目添加hatch支持
hatch new --init
hatch build
hatch run docs:build
hatch publish --no-prompt
hatch run docs:deploy