Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
spot
Commits
89dd3dd9
Unverified
Commit
89dd3dd9
authored
Jan 15, 2019
by
Noémi Ványi
Committed by
GitHub
Jan 15, 2019
Browse files
Merge pull request #1430 from hallabro/setup-no-tests
setup: Skip test files
parents
383e3cc5
25367cfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
89dd3dd9
...
...
@@ -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
=
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment