3 Star 0 Fork 0

mirrors_networktocode/jetconf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pavel Spirek 提交于 2017-10-23 12:59 . Better error reporting, minor fixes
PROJECT = jetconf
VERSION = 0.3.4
.PHONY = tags deps install-deps test
tags:
find $(PROJECT) -name "*.py" | etags -
deps:
mv requirements.txt requirements.txt.old
pip3 freeze > requirements.txt
install-deps:
pip3 install -r requirements.txt
test:
@py.test tests
release:
git tag -a -m "Jetconf release $(VERSION)" $(VERSION)
rm -f dist/*
python3 setup.py sdist
python3 setup.py bdist_wheel
upload:
twine upload dist/*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_networktocode/jetconf.git
[email protected]:mirrors_networktocode/jetconf.git
mirrors_networktocode
jetconf
jetconf
master

搜索帮助