提交 378e16fb 编写于 作者: W wjmcat

update versio of code-generate

上级 0c5f66b5
...@@ -72,8 +72,8 @@ dist: ...@@ -72,8 +72,8 @@ dist:
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
.PHONY: publish .PHONY: publish
publish: publish: clean dist
PATH=~/.local/bin:${PATH} twine upload dist/* PATH=~/.local/bin:${PATH} twine upload dist/*
.PHONY: version .PHONY: version
version: version:
......
# code-generator # code-generator
![](https://img.shields.io/badge/pypi-0.0.2-brightgreen) ![](https://img.shields.io/badge/pypi-0.0.3-brightgreen)
![](https://img.shields.io/badge/build-passing-brightgreen) ![](https://img.shields.io/badge/build-passing-brightgreen)
![](https://img.shields.io/badge/python-3.7+-brightgreen) ![](https://img.shields.io/badge/python-3.7+-brightgreen)
......
0.0.2 0.0.3
\ No newline at end of file \ No newline at end of file
...@@ -28,6 +28,8 @@ with open('./requirements.txt', 'r+') as f: ...@@ -28,6 +28,8 @@ with open('./requirements.txt', 'r+') as f:
with open('./README.md', 'r+') as f: with open('./README.md', 'r+') as f:
long_description = f.read() long_description = f.read()
long_description = 'full document please check the github: ' \
'https://www.github.com/wj-Mcat/code-generator'
setup( setup(
name='code-generator', name='code-generator',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册