diff --git a/pyproject.toml b/pyproject.toml index ace3a502b..e6736142a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" homepage = "https://github.com/byt3bl33d3r/CrackMapExec" repository = "https://github.com/byt3bl33d3r/CrackMapExec" exclude = [ - "prune cme/data/powersploit/Recon/Dictionaries", + "cme/data/powersploit/Recon/Dictionaries", "cme/data/powersploit/Exfiltration/NTFSParser", "cme/data/powersploit/CodeExecution/Invoke-ReflectivePEInjection_Resources", "cme/data/powersploit/Exfiltration/LogonUser", @@ -18,18 +18,18 @@ exclude = [ "cme/data/netripper/Release", "cme/data/netripper/minhook", "cme/data/netripper/x64", - "cme/data/netripper/**/*.pdf", - "cme/data/netripper/**/*.sln", + "cme/data/netripper/*.pdf", + "cme/data/netripper/*.sln", "cme/data/invoke-vnc/winvnc", "cme/data/invoke-vnc/vncdll", "cme/data/invoke-vnc/pebytes.ps1", "cme/data/invoke-vnc/ReflectiveDLLInjection", "cme/data/RID-Hijacking/modules", "cme/data/RID-Hijacking/slides", - "cme/data/invoke-vnc/**/*.py", - "cme/data/invoke-vnc/**/*.bat", - "cme/data/invoke-vnc/**/*.msbuild", - "cme/data/invoke-vnc/**/*.sln", + "cme/data/invoke-vnc/*.py", + "cme/data/invoke-vnc/*.bat", + "cme/data/invoke-vnc/*.msbuild", + "cme/data/invoke-vnc/*.sln", "cme/data/powersploit/Tests" ] include = ["LICENSE", "cme/data/*", "cme/modules/*", "cme/thirdparty/*"]