forked from pool/python-concurrentloghandler
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
18 lines
452 B
Diff
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),
|