mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
SearXNG: .github, searxng-docker
This commit is contained in:
4
setup.py
4
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,
|
||||
|
||||
Reference in New Issue
Block a user