Loading setup.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -10,7 +10,7 @@ dev_requirements = open('requirements-dev.txt').read().splitlines() setup( setup( name='searx', name='searx', use_scm_version=True, use_scm_version={"tag_regex": r"^(?:[\w-]+-)?(?P<version>[vV]?\d+(?:\.\d+){0,2}.*)$"}, description="A privacy-respecting, hackable metasearch engine", description="A privacy-respecting, hackable metasearch engine", long_description=open('README.rst').read(), long_description=open('README.rst').read(), classifiers=[ classifiers=[ Loading Loading
setup.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -10,7 +10,7 @@ dev_requirements = open('requirements-dev.txt').read().splitlines() setup( setup( name='searx', name='searx', use_scm_version=True, use_scm_version={"tag_regex": r"^(?:[\w-]+-)?(?P<version>[vV]?\d+(?:\.\d+){0,2}.*)$"}, description="A privacy-respecting, hackable metasearch engine", description="A privacy-respecting, hackable metasearch engine", long_description=open('README.rst').read(), long_description=open('README.rst').read(), classifiers=[ classifiers=[ Loading