mirror of
https://github.com/taoky/shadowmire.git
synced 2025-07-08 09:12:43 +00:00
11 lines
171 B
TOML
11 lines
171 B
TOML
[options]
|
|
# repo = "/example/path"
|
|
sync_packages = true
|
|
# shadowmire_upstream = "http://example.com/pypi/web/"
|
|
exclude = [
|
|
"[a-z]"
|
|
]
|
|
prerelease_exclude = [
|
|
".+"
|
|
]
|