Mercurial > pycweather
diff setup.py @ 1:5c91081c6c61
removed useless installation of text files for now
| author | Vlad Glagolev <enqlave@gmail.com> |
|---|---|
| date | Thu, 06 Nov 2008 23:01:45 +0300 |
| parents | 086863cd711d |
| children | a754b01955c7 |
line wrap: on
line diff
--- a/setup.py Thu Nov 06 22:45:06 2008 +0300 +++ b/setup.py Thu Nov 06 23:01:45 2008 +0300 @@ -32,7 +32,6 @@ author_email = "enqlave@gmail.com", packages = ["pycweather"], scripts = ["bin/pycweather"], - data_files = ["AUTHORS", "LICENSE", "README", "ChangeLog"], description = "Weather display manager for conky", platforms = ["Linux", "Unix"], long_description = "PycWeather is pure-pythonic weather display manager \
