14
0
Files
python-selenium/data_files.patch

19 lines
492 B
Diff

diff -Naurh ./setup.py selenium-1.0.1/setup.py
--- ./setup.py 2009-09-21 18:13:27.000000000 -0300
+++ selenium-1.0.1/setup.py 2009-09-21 18:13:50.000000000 -0300
@@ -60,10 +60,10 @@
package_dir = {'':'src'},
py_modules=['selenium'],
# put data files in egg 'doc' dir
- data_files=[ ('doc', [
- 'README.txt',
- ]
- )],
+# data_files=[ ('doc', [
+# 'README.txt',
+# ]
+# )],
include_package_data = True,
zip_safe = False,
)