setup.py

changeset 7381
cee375d46f2f
parent 7360
9190402e4505
child 7450
c33c1dbd0ee5
equal deleted inserted replaced
7380:c99320e859ca 7381:cee375d46f2f
63 filesList.append( 63 filesList.append(
64 os.path.relpath(os.path.join(dirpath, fname), package)) 64 os.path.relpath(os.path.join(dirpath, fname), package))
65 return filesList 65 return filesList
66 66
67 67
68 # TODO: add .desktop files for the eric6 tools
68 def getDataFiles(): 69 def getDataFiles():
69 """ 70 """
70 Function to return data_files in a platform dependent manner. 71 Function to return data_files in a platform dependent manner.
71 72
72 @return list containing the platform specific data files 73 @return list containing the platform specific data files

eric ide

mercurial