add mime images to setup.py

This commit is contained in:
Marcos Pinto 2009-01-07 21:01:38 +00:00
parent bb8acea3df
commit c406ab4eaf
1 changed files with 2 additions and 1 deletions

View File

@ -398,7 +398,8 @@ setup(
"ui/webui/templates/ajax/static/images/*.gif",
"ui/webui/templates/ajax/static/js/*.js",
"ui/webui/templates/ajax/static/themes/classic/*",
"ui/webui/templates/ajax/static/themes/white/*"
"ui/webui/templates/ajax/static/themes/white/*",
"ui/webui/templates/ajax/static/themes/white/mime_icons/*.png",
]},
packages = find_packages(exclude=["plugins"]),
url = "http://deluge-torrent.org",