summaryrefslogtreecommitdiff
blob: c7106ab58945043e914bb9e92b302e4480ea9f81 (plain)
1
2
3
4
5
6
7
8
9
diff -urN a/setup.py b/setup.py
--- a/setup.py	2013-06-06 17:41:19.000000000 +0200
+++ b/setup.py	2013-06-06 17:41:52.000000000 +0200
@@ -10,5 +10,4 @@
       url='http://oktawave.com',
       requires=['suds', 'swift', 'argparse', 'setproctitle', 'prettytable'],
       license='GPLv3',
-      data_files = [("/usr/share/doc/oktawave-cli", ["LICENSE.txt", "README", "CHANGELOG"])]
      )