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