From 499c7b3cceb90684af9825cc428aa365b35b4c6f Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 1 Oct 2021 09:48:53 +0200 Subject: SearXNG: .github, searxng-docker --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6a2f7c1f4..92eb8e14e 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -"""Installer for Searx package.""" +"""Installer for SearXNG package.""" from setuptools import setup from setuptools import find_packages @@ -17,7 +17,7 @@ with open('requirements-dev.txt') as f: dev_requirements = [ l.strip() for l in f.readlines()] setup( - name='searx', + name='searxng', version=VERSION_TAG, description="A privacy-respecting, hackable metasearch engine", long_description=long_description, -- cgit v1.2.3