Skip to content

Commit b76a872

Browse files
authored
Merge pull request #11 from Axonius/axonius-release-py313-fix
remove examples package from setup.py
2 parents 2cf93de + 55bab93 commit b76a872

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,8 @@ def read(fname):
6363
long_description=read('README.md'),
6464
long_description_content_type="text/markdown",
6565
platforms=["Unix", "Windows"],
66-
packages=['impacket', 'impacket.dcerpc', 'impacket.examples', 'impacket.dcerpc.v5', 'impacket.dcerpc.v5.dcom',
67-
'impacket.krb5', 'impacket.ldap', 'impacket.examples.ntlmrelayx', 'impacket.mssql',
68-
'impacket.examples.ntlmrelayx.clients', 'impacket.examples.ntlmrelayx.servers',
69-
'impacket.examples.ntlmrelayx.servers.socksplugins', 'impacket.examples.ntlmrelayx.utils',
70-
'impacket.examples.ntlmrelayx.attacks', 'impacket.examples.ntlmrelayx.attacks.httpattacks'],
66+
packages=['impacket', 'impacket.dcerpc', 'impacket.dcerpc.v5', 'impacket.dcerpc.v5.dcom',
67+
'impacket.krb5', 'impacket.ldap', 'impacket.mssql'],
7168
scripts=glob.glob(os.path.join('examples', '*.py')),
7269
data_files=data_files,
7370

0 commit comments

Comments
 (0)