blob: 8fc0ce94a5a05afd45902de0b67a45d9bb246081 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig 2015-05-19 20:23:13 UTC
+++ setup.py
@@ -61,8 +61,5 @@ setup(name = PACKAGE_NAME,
include_dirs = include_dirs,
library_dirs = library_dirs,
libraries = libraries)],
- scripts = ['tests/pcapytests.py', 'tests/96pings.pcap'],
- data_files = [(os.path.join('share', 'doc', PACKAGE_NAME),
- ['README', 'LICENSE', 'pcapy.html'])],
)
|