slpkg/configs/blacklist.toml
2023-04-12 23:27:44 +03:00

13 lines
376 B
TOML

[BLACKLIST]
# Add packages and separate them with commas.
# Support for Unix shell-style wildcards:
# '*' matches everything
# '?' matches any single character
# '[seq]' matches any character in seq
# '[!seq]' matches any character not in seq
# See: https://docs.python.org/3.9/library/fnmatch.html
# Example: PACKAGES = ["package", "package*", "[package]"].
PACKAGES = []