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

update versio of code-generate

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