Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
pyproject.toml OCD
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3bl33d3r committed Sep 20, 2020
1 parent 4c53643 commit 998259f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exclude = [
"cme/data/powersploit/Exfiltration/NTFSParser",
"cme/data/powersploit/CodeExecution/Invoke-ReflectivePEInjection_Resources",
"cme/data/powersploit/Exfiltration/LogonUser",
"cme/data/powersploit/Tests",
"cme/data/netripper/DLL",
"cme/data/netripper/Metasploit",
"cme/data/netripper/NetRipper",
Expand All @@ -24,13 +25,12 @@ exclude = [
"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/powersploit/Tests"
"cme/data/RID-Hijacking/modules",
"cme/data/RID-Hijacking/slides"
]
include = ["LICENSE", "cme/data/*", "cme/modules/*", "cme/thirdparty/*"]
license = "BSD-2-Clause"
Expand Down

0 comments on commit 998259f

Please sign in to comment.