summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-01-17 20:21:58 +0100
committerAdam Tauber <asciimoo@gmail.com>2015-01-17 20:21:58 +0100
commit975b6b5b09b8b6366dc3103d04ca3636da927ebe (patch)
tree463c90a6fac2e8f63fa0d70e0835b68cd6187ea6 /setup.py
parentedd9d311809d8f6eab5109f9cd899e7989bb42d5 (diff)
parent4ea03de11d71e0fb28e422ef44690c48879a7da1 (diff)
Merge pull request #180 from Cqoicebordel/copy-all-files
Copy all the folders of 'static'
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1c1a19ddf..fcbbfb728 100644
--- a/setup.py
+++ b/setup.py
@@ -72,6 +72,8 @@ setup(
'searx': [
'settings.yml',
'../README.rst',
+ 'static/*.*',
+ 'static/*/*.*',
'static/*/*/*.*',
'static/*/*/*/*.*',
'static/*/*/*/*/*.*',