summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-01-05 19:07:53 +0100
committerGitHub <noreply@github.com>2022-01-05 19:07:53 +0100
commitd3ecadd3f8276a4f80e2dbe03aadb2a1e0abe105 (patch)
tree89cbb179ea04088d4058c72326393fd3538d7a0b /setup.py
parenta7199bc08552fbd3a8cf8b257aeded5b26591afb (diff)
parentd7b4306444e9130aecc42357a9d576071c460748 (diff)
Merge pull request #679 from dalf/brand-searxng
searxng.org: update setup.py & settings.yml
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 5d46fff20..f5cee28ef 100644
--- a/setup.py
+++ b/setup.py
@@ -36,8 +36,8 @@ setup(
'License :: OSI Approved :: GNU Affero General Public License v3'
],
keywords='metasearch searchengine search web http',
- author='Adam Tauber',
- author_email='asciimoo@gmail.com',
+ author='SearXNG dev team',
+ author_email='contact@searxng.org',
license='GNU Affero General Public License',
packages=find_packages(exclude=["tests*", "searxng_extra"]),
zip_safe=False,