Skip to content

Commit

Permalink
Update description and author
Browse files Browse the repository at this point in the history
  • Loading branch information
dalf committed Jan 8, 2022
1 parent c102320 commit eae4979
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion searxinstances/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__title__ = "searxinstances"
__description__ = "SearXNG instances."
__description__ = "SearXNG & searx instances."
__version__ = "0.0.2"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def find_version(*file_paths):
setup(
name="searxinstances",
version=find_version("searxinstances", "__version__.py"),
description="Searx instances.",
description="SearXNG & searx instances.",
long_description=long_description,

license='GNU Affero General Public License',
Expand All @@ -50,8 +50,8 @@ def find_version(*file_paths):
url='https://github.com/searxng/searx-instances',
keywords='searxng',

author='Alexandre Flament',
author_email='alex.andre@al-f.net',
author='SearXNG dev team',
author_email='contact@searxng.org',

packages=find_namespace_packages(include=['searxinstances', 'searxinstances.*']),
package_data={
Expand Down

0 comments on commit eae4979

Please sign in to comment.