Mercurial > pycweather
changeset 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 | bf34534a0acd |
| files | ChangeLog setup.py |
| diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Nov 06 22:45:06 2008 +0300 +++ b/ChangeLog Thu Nov 06 23:01:45 2008 +0300 @@ -1,2 +1,3 @@ 2008-11-06 Vlad Glagolev <enqlave@gmail.com> * initial release + * removed useless installation of text files for now
--- 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 \
