@@ -1,4 +1,5 @@
# poetry
+
依赖管理工具,集成pip, virturlenv
@@ -107,4 +108,12 @@ Sphinx = "^5.1.1"
# Python-style entrypoints and scripts are easily expressed
[tool.poetry.scripts]
my-script = "my_package:main"
-```
+```
+## License
+## Reference
+- [python-poetry/poetry](https://github.com/python-poetry/poetry)
+- [官网](https://python-poetry.org)