File: skip_missing_files.patch

package info (click to toggle)
python-zenoss 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 108 kB
  • ctags: 52
  • sloc: python: 258; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
--- a/setup.py
+++ b/setup.py
@@ -12,5 +12,4 @@ version='0.6.3',
     py_modules=['zenoss',],
     keywords = ['zenoss', 'api', 'json', 'rest'],
     test_suite='tests',
-    data_files = [('', ['LICENSE.txt']),('', ['README.md']),('examples', ['list_devices.py']),]
 )