15
0
Files
python-concurrentloghandler/ConcurrentLogHandler-0.8.4-testpath.patch
OBS User autobuild 95f557078b Accepting request 41909 from devel:languages:python
Copy from devel:languages:python/python-concurrentloghandler based on submit request 41909 from user hennevogel

OBS-URL: https://build.opensuse.org/request/show/41909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-concurrentloghandler?expand=0&rev=1
2010-06-28 11:02:12 +00:00

18 lines
452 B
Diff

--- setup.py
+++ setup.py
@@ -220,13 +220,7 @@
"portalocker",
],
package_dir={ '' : 'src', },
- data_files=[
- ('tests', ["stresstest.py"]),
- ('docs', [
- 'README',
- 'LICENSE',
- ]),
- ],
+ data_files=[ ],
url="http://pypi.python.org/pypi/ConcurrentLogHandler",
license = "http://www.apache.org/licenses/LICENSE-2.0",
description=doc.pop(0),