mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated for comments
This commit is contained in:
parent
e7e5a313a9
commit
aa3b26d06e
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@
|
|||
# '[!seq]' matches any character not in seq
|
||||
# See: https://docs.python.org/3.9/library/fnmatch.html
|
||||
|
||||
# Example: ["package", "package*", "[package]"].
|
||||
# Example: PACKAGES = ["package", "package*", "[package]"].
|
||||
|
||||
PACKAGES = []
|
||||
|
|
Loading…
Reference in a new issue