Skip to content

Commit

Permalink
doc: 完善打包文档
Browse files Browse the repository at this point in the history
  • Loading branch information
devin committed Aug 26, 2021
1 parent 0f35e8d commit 8aaf46c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
from shutil import rmtree
from setuptools import setup, find_packages, Command

"""
打包步骤:
1、功能逻辑编码和测试完成;
2、更新 __about__.py 中版本号;
3、提交代码至仓库;
4、构建打包:python setup.py upload
"""

about = {}
here = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 8aaf46c

Please sign in to comment.