Mercurial > pycweather
diff 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 |
line wrap: on
line diff
--- a/setup.py Mon Dec 26 10:53:20 2011 +0400 +++ b/setup.py Mon Dec 26 11:08:09 2011 +0400 @@ -33,7 +33,7 @@ author_email = "enqlave@gmail.com", packages = ["pycweather"], scripts = ["bin/pycweather"], - data_files = [('share/pycweather', ["share/template.xsl"])], + data_files = [('share/pycweather', ["share/template.xsl", "share/ConkyWeather.ttf"])], description = "Weather display manager for conky", platforms = ["Linux", "Unix"], long_description = "PycWeather is pure-pythonic weather display manager \
