comparison 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
comparison
equal deleted inserted replaced
0:086863cd711d 1:5c91081c6c61
30 download_url = "http://pycweather.enqlave.net/releases/pycweather-%s.tar.gz" % __version__, 30 download_url = "http://pycweather.enqlave.net/releases/pycweather-%s.tar.gz" % __version__,
31 author = "Vlad Glagolev", 31 author = "Vlad Glagolev",
32 author_email = "enqlave@gmail.com", 32 author_email = "enqlave@gmail.com",
33 packages = ["pycweather"], 33 packages = ["pycweather"],
34 scripts = ["bin/pycweather"], 34 scripts = ["bin/pycweather"],
35 data_files = ["AUTHORS", "LICENSE", "README", "ChangeLog"],
36 description = "Weather display manager for conky", 35 description = "Weather display manager for conky",
37 platforms = ["Linux", "Unix"], 36 platforms = ["Linux", "Unix"],
38 long_description = "PycWeather is pure-pythonic weather display manager \ 37 long_description = "PycWeather is pure-pythonic weather display manager \
39 for Conky system monitor.", 38 for Conky system monitor.",
40 license = "ISC", 39 license = "ISC",