Browse Source

Automatic Commit By liuyuqi

liuyuqi-dellpc 1 year ago
parent
commit
c993004682
1 changed files with 10 additions and 1 deletions
  1. 10 1
      README.md

+ 10 - 1
README.md

@@ -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)
+