加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 431 Bytes
一键复制 编辑 原始数据 按行查看 历史
kinegratii 提交于 2022-06-04 15:03 . :zap:Add project enhance
[metadata]
long_description = file: README.md
long_description_content_type = text/markdown
project_urls =
Homepage = https://borax.readthedocs.io/zh_CN/latest/
Source Code = https://github.com/kinegratii/borax
Bug Tracker = https://github.com/kinegratii/borax/issues
[nosetests]
traverse-namespace = 1
[flake8]
ignore = E743,E501,F401
max-complexity = 25
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化