setup.py

branch
eric7
changeset 9115
8800cfd6fbab
parent 9107
8e9525a780ae
child 9117
c6afba2049cf
equal deleted inserted replaced
9114:d8abe530dae0 9115:8800cfd6fbab
66 filesList.append( 66 filesList.append(
67 os.path.relpath(os.path.join(dirpath, fname), package)) 67 os.path.relpath(os.path.join(dirpath, fname), package))
68 return filesList 68 return filesList
69 69
70 70
71 # TODO: add .desktop files for the eric tools
72 def getDataFiles(): 71 def getDataFiles():
73 """ 72 """
74 Function to return data_files in a platform dependent manner. 73 Function to return data_files in a platform dependent manner.
75 74
76 @return list containing the platform specific data files 75 @return list containing the platform specific data files

eric ide

mercurial