mirror of https://github.com/secdev/scapy.git
Open 2.0.1-dev
This commit is contained in:
parent
304484356e
commit
0a4fdb8d72
|
@ -264,7 +264,7 @@ noenum : holds list of enum fields for which conversion to string should NOT
|
|||
AS_resolver: choose the AS resolver class to use
|
||||
extensions_paths: path or list of paths where extensions are to be looked for
|
||||
"""
|
||||
version = "2.0.1"
|
||||
version = "2.0.1-dev"
|
||||
session = ""
|
||||
interactive = False
|
||||
stealth = "not implemented"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -37,7 +37,7 @@ archive_util.ARCHIVE_FORMATS["ezip"] = (make_ezipfile,[],'Executable ZIP file')
|
|||
|
||||
setup(
|
||||
name = 'scapy',
|
||||
version = '2.0.1',
|
||||
version = '2.0.1-dev',
|
||||
packages=['scapy','scapy/arch', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules'],
|
||||
scripts = ['bin/scapy','bin/UTscapy'],
|
||||
data_files = [('share/man/man1', ["doc/scapy.1.gz"])],
|
||||
|
|
Loading…
Reference in New Issue