mirror of
https://github.com/taoky/shadowmire.git
synced 2025-07-08 09:12:43 +00:00
- Write JSON every 100 iterations instead of 1000 iterations - Write plan.json with indent=2
10 lines
144 B
TOML
10 lines
144 B
TOML
[options]
|
|
sync_packages = true
|
|
# shadowmire_upstream = http://example.com/pypi/web/
|
|
exclude = [
|
|
"[a-z]"
|
|
]
|
|
prerelease_exclude = [
|
|
".+"
|
|
]
|