Added a run_scapy script at the package's root to run scapy without install

This commit is contained in:
Phil 2008-09-12 14:02:13 +02:00
parent b2cc842219
commit 6fdbebd1a8
2 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,3 @@
include MANIFEST.in include MANIFEST.in
include run_scapy
include doc/* include doc/*

3
run_scapy Executable file
View File

@ -0,0 +1,3 @@
#! /bin/sh
DIR=$(dirname $0)
PYTHONPATH=$DIR exec python -m scapy/