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

Commit

Permalink
Fixed some pyproject.toml errors
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3bl33d3r committed Sep 20, 2020
1 parent be0fe59 commit 4c53643
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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/*"]
Expand Down

0 comments on commit 4c53643

Please sign in to comment.