SearXNG: .github, searxng-docker

This commit is contained in:
Alexandre Flament 2021-10-01 09:48:53 +02:00
parent 1dfac73a64
commit 499c7b3cce
8 changed files with 22 additions and 22 deletions

View file

@ -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,