1 from setuptools
import setup
2 #from distutils.core import setup
7 #for root, dirs, files in os.walk("data"):
9 # tmp = root + "/" + file
11 tmp
= os
.listdir("data")
14 ret
.append("data/" + file)
17 def get_glade_files():
19 tmp
= os
.listdir("data/glade")
21 ret
.append("data/glade/" + file)
26 if __name__
== "__main__":
31 description
= 'A new shiny email checker for the gnome desktop',
32 author
= 'Marco Ferragina',
33 author_email
= 'marco.ferragina@gmail.com',
34 url
= 'http://cgmail.tuxfamily.org',
36 scripts
= ['cgmail', 'cgmailservice'],
45 ('share/cGmail', get_data_files()),
46 ('share/cGmail/glade', get_glade_files()),
47 ('share/pixmaps', ['data/cgmail.svg']),