Loading setup.py +1 −0 Original line number Diff line number Diff line # -*- coding: utf-8 -*- """Installer for Searx package.""" # Test auto sync from setuptools import setup from setuptools import find_packages Loading Loading
setup.py +1 −0 Original line number Diff line number Diff line # -*- coding: utf-8 -*- """Installer for Searx package.""" # Test auto sync from setuptools import setup from setuptools import find_packages Loading