Skip to content

Commit

Permalink
Fixing issue with module name
Browse files Browse the repository at this point in the history
  • Loading branch information
phaethon committed May 28, 2018
1 parent 399ad6f commit 014f887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0, **kwargs):

setup(
name = 'scapy-python3',
version = '0.24',
version = '0.25',
packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto', 'scapy/contrib'],
scripts = SCRIPTS,
data_files = [('share/man/man1', ["doc/scapy.1.gz"])],
Expand Down

0 comments on commit 014f887

Please sign in to comment.