Browse Source

[fix] missing requirements files from setup.py - closes #572

Adam Tauber 9 years ago
parent
commit
ca45c24162
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      setup.py

+ 2
- 0
setup.py View File

@@ -53,6 +53,8 @@ setup(
53 53
         'searx': [
54 54
             'settings.yml',
55 55
             '../README.rst',
56
+            '../requirements.txt',
57
+            '../requirements-dev.txt',
56 58
             'data/*',
57 59
             'plugins/*/*',
58 60
             'static/*.*',