diff options
author | Robin Hallabro <robin@hallabro.nu> | 2018-11-03 16:00:21 +0100 |
---|---|---|
committer | Robin Hallabro <robin@hallabro.nu> | 2018-11-03 16:05:12 +0100 |
commit | 4977ea5405954107d071235093f01d0246c31fb2 (patch) | |
tree | 551ea2506daedccb264bfed505389e953d4be122 /setup.py | |
parent | bc7c8a3973a8614dfb14d97b853c9a46ddcabab1 (diff) | |
download | searxng-4977ea5405954107d071235093f01d0246c31fb2.tar.gz searxng-4977ea5405954107d071235093f01d0246c31fb2.zip |
setup: Skip test files
Signed-off-by: Robin Hallabro <robin@hallabro.nu>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ setup( author_email='asciimoo@gmail.com', url='https://github.com/asciimoo/searx', license='GNU Affero General Public License', - packages=find_packages('.'), + packages=find_packages(exclude=["tests*"]), zip_safe=False, install_requires=requirements, extras_require={ |