mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 00:09:18 +02:00
SearXNG: .github, searxng-docker
This commit is contained in:
parent
1dfac73a64
commit
499c7b3cce
8 changed files with 22 additions and 22 deletions
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue