Mercurial > pycweather
diff setup.py @ 3:a754b01955c7
1st stage of work for final 0.2.0
| author | Vlad Glagolev <enqlave@gmail.com> |
|---|---|
| date | Mon, 27 Jul 2009 00:02:10 +0400 |
| parents | 5c91081c6c61 |
| children | 5e26e170a121 |
line wrap: on
line diff
--- a/setup.py Thu Nov 06 23:02:41 2008 +0300 +++ b/setup.py Mon Jul 27 00:02:10 2009 +0400 @@ -3,7 +3,8 @@ # # This file is part of PycWeather # -# Copyright (c) 2008 Vlad Glagolev <enqlave@gmail.com>. All rights reserved. +# Copyright (c) 2008-2009 Vlad Glagolev <enqlave@gmail.com> +# All rights reserved. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -32,6 +33,7 @@ author_email = "enqlave@gmail.com", packages = ["pycweather"], scripts = ["bin/pycweather"], + data_files = [('share/pycweather', ["share/template.xsl"])], description = "Weather display manager for conky", platforms = ["Linux", "Unix"], long_description = "PycWeather is pure-pythonic weather display manager \
