Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49b0b66c authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Include metadata in py package version

parent b8cf9590
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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=[