summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2009-01-28 00:36:33 +0000
committerAndrew Resch <andrewresch@gmail.com>2009-01-28 00:36:33 +0000
commit040b4938e10d35454c5080f1d1816e42927cafae (patch)
tree1890b6389306a52cd8e6eb1ba48817785dc5b678 /setup.py
parentbc34d864ff96f660fd1842addff98e4aa31be6c2 (diff)
downloaddeluge-040b4938e10d35454c5080f1d1816e42927cafae.tar.gz
deluge-040b4938e10d35454c5080f1d1816e42927cafae.tar.bz2
deluge-040b4938e10d35454c5080f1d1816e42927cafae.zip
Fix license headers
Remove ui/webui/ssl from package_data since it doesn't exist
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 878bf165a..4ee627a81 100644
--- a/setup.py
+++ b/setup.py
@@ -383,7 +383,6 @@ setup(
"i18n/*.pot",
"i18n/*/LC_MESSAGES/*.mo",
"ui/webui/scripts/*",
- "ui/webui/ssl/*",
"ui/webui/static/*.css",
"ui/webui/static/*.js",
"ui/webui/static/images/*.png",