mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[mod] setup.py version, README update
This commit is contained in:
6
setup.py
6
setup.py
@@ -11,11 +11,11 @@ def read(*rnames):
|
|||||||
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
|
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
|
||||||
|
|
||||||
|
|
||||||
long_description = read('README.md')
|
long_description = read('README.rst')
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='searx',
|
name='searx',
|
||||||
version="0.1",
|
version="0.1.1",
|
||||||
description="",
|
description="",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
@@ -57,7 +57,7 @@ setup(
|
|||||||
package_data={
|
package_data={
|
||||||
'searx': [
|
'searx': [
|
||||||
'settings.yml',
|
'settings.yml',
|
||||||
'../README.md',
|
'../README.rst',
|
||||||
'static/*/*',
|
'static/*/*',
|
||||||
'templates/*.html',
|
'templates/*.html',
|
||||||
'templates/result_templates/*.html',
|
'templates/result_templates/*.html',
|
||||||
|
|||||||
Reference in New Issue
Block a user