From: Michal Čihař <nijel@debian.org>
Subject: Do not install text files into python dirs
Forwarded: no
--- a/setup.py
+++ b/setup.py
@@ -15,8 +15,7 @@
 pythonSis_Py20 = "Python_2.0.0.sis"
 
 
-textfiles = ['Changelog', 'HACKING', 'INSTALL', 'LICENSE', 'LICENSE.icons-oxygen',
-         'README.icons-oxygen', 'TODO']
+textfiles = []
 pys60 = 'PythonForS60_1_4_5_3rdEd.sis'
 sisfiles = ['mobile/' + applicationSis_Py14, 'mobile/' + applicationSis_Py20, 'mobile/' + pythonSis_Py14, 'mobile/' + pythonSis_Py20]
 desktopfile = 'pc/series60-remote.desktop'
@@ -91,7 +90,7 @@
    for file in textfiles:
       install.copy_file(file, os.path.join(install.install_lib, app_dir))
 
-   # Copy .sis files on Unix-like systems to /usr/share/series60-remote, on Windows systems 
+   # Copy .sis files on Unix-like systems to /usr/share/series60-remote, on Windows systems
    # to PREFIX/site-packages/series60_remote/mobile
    if os.name == 'posix':
       dest = os.path.join(install.install_data, 'share', install.config_vars['dist_name'])
