Multiple Package Prefixes; Improved File Gathering
-
Multiple entries can now be used with the
package_folder_prefixargument. -
Improves file gathering by switching from
os.walk()to usingpathlib.
Multiple entries can now be used with the package_folder_prefix argument.
Improves file gathering by switching from os.walk() to using pathlib.