diff --git a/resources/LICENSE b/LICENSE.md similarity index 100% rename from resources/LICENSE rename to LICENSE.md diff --git a/clean.py b/clean.py index 3fb8bdc..116ee9e 100644 --- a/clean.py +++ b/clean.py @@ -1,12 +1,14 @@ import os, sys, send2trash blacklist = [ + # files 'clean.py', 'main.py', - 'LICENSE', + 'LICENSE.md', 'screenshot.png', 'README.md', '.git', + # folders '.gitignore', 'resources' ]