Set repo with argument/config (no longer use env)

This commit is contained in:
taoky
2024-08-08 14:33:34 +08:00
parent 8145552631
commit 008617cccd
3 changed files with 19 additions and 11 deletions

View File

@ -1,6 +1,7 @@
[options]
# repo = "/example/path"
sync_packages = true
# shadowmire_upstream = http://example.com/pypi/web/
# shadowmire_upstream = "http://example.com/pypi/web/"
exclude = [
"[a-z]"
]