diff options
Diffstat (limited to 'news/hellanzb/files/patch-nodocs-setup.py')
-rw-r--r-- | news/hellanzb/files/patch-nodocs-setup.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/hellanzb/files/patch-nodocs-setup.py b/news/hellanzb/files/patch-nodocs-setup.py new file mode 100644 index 000000000000..1e906ed79350 --- /dev/null +++ b/news/hellanzb/files/patch-nodocs-setup.py @@ -0,0 +1,12 @@ +--- setup.py.bak Thu Jun 30 14:49:48 2005 ++++ setup.py Thu Jun 30 14:50:22 2005 +@@ -35,8 +35,7 @@ + + packages = [ 'Hellanzb', 'Hellanzb.NZBLeecher', 'Hellanzb.HellaXMLRPC' ], + scripts = [ 'hellanzb.py' ], +- data_files = [ ( 'etc', [ 'etc/hellanzb.conf.sample' ] ), +- ( 'share/doc/hellanzb', [ 'CHANGELOG', 'CREDITS', 'README', 'LICENSE' ] ) ], ++ data_files = [ ( 'etc', [ 'etc/hellanzb.conf.sample' ] ), ], + ) + + if __name__ == '__main__': |