1 Star 0 Fork 168

wjlihao / mootdx

forked from bopo / mootdx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.cfg 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
bopo 提交于 2021-07-13 07:43 . Bump version: 0.7.10 → 0.7.11
[bumpversion]
current_version = 0.7.11
commit = True
tag = True
[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'
[bumpversion:file:setup.cfg]
search = current_version = {current_version}
replace = current_version = {new_version}
[bumpversion:file:mootdx/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
[bdist_wheel]
universal = 1
[flake8]
exclude = .svn,CVS,.bzr,.hg,.git,__pycache,.ropeproject,docs
max-line-length = 120
import-order-style = pep8
application-import-names = mootdx
[aliases]
test = pytest
Python
1
https://gitee.com/wjlihao/mootdx.git
git@gitee.com:wjlihao/mootdx.git
wjlihao
mootdx
mootdx
master

搜索帮助