Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2023-04-12 23:27:44 +03:00
parent e7e5a313a9
commit aa3b26d06e

View file

@ -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 = []