comparison setup.py @ 8:5e26e170a121

version 0.3.0
author Vlad Glagolev <enqlave@gmail.com>
date Mon, 26 Dec 2011 11:08:09 +0400
parents a754b01955c7
children 243dfc25bdec
comparison
equal deleted inserted replaced
7:100d7f29aa6f 8:5e26e170a121
31 download_url = "http://pycweather.enqlave.net/releases/pycweather-%s.tar.gz" % __version__, 31 download_url = "http://pycweather.enqlave.net/releases/pycweather-%s.tar.gz" % __version__,
32 author = "Vlad Glagolev", 32 author = "Vlad Glagolev",
33 author_email = "enqlave@gmail.com", 33 author_email = "enqlave@gmail.com",
34 packages = ["pycweather"], 34 packages = ["pycweather"],
35 scripts = ["bin/pycweather"], 35 scripts = ["bin/pycweather"],
36 data_files = [('share/pycweather', ["share/template.xsl"])], 36 data_files = [('share/pycweather', ["share/template.xsl", "share/ConkyWeather.ttf"])],
37 description = "Weather display manager for conky", 37 description = "Weather display manager for conky",
38 platforms = ["Linux", "Unix"], 38 platforms = ["Linux", "Unix"],
39 long_description = "PycWeather is pure-pythonic weather display manager \ 39 long_description = "PycWeather is pure-pythonic weather display manager \
40 for Conky system monitor.", 40 for Conky system monitor.",
41 license = "ISC", 41 license = "ISC",