mirror of
https://github.com/taoky/shadowmire.git
synced 2025-07-08 01:02:42 +00:00
13 lines
225 B
TOML
13 lines
225 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 = [
|
|
".+"
|
|
]
|
|
excluded_wheel_filename = []
|