searxng/pyproject.toml
Alexandre Flament 3a14cf0efe Version: rely on pyproject.toml and setuptools_scm
Move brand information to Python package rather than settings.yml
`pip install .` works with the right version.

Dependencies are moved to setup.py
requirements.txt contains the dev dependencies.
requirements-dev.txt is removed

"make install" is broken
2023-02-12 09:51:51 +00:00

8 lines
151 B
TOML

[build-system]
requires = [
"setuptools>=45",
"setuptools_scm[toml]>=6.2",
"wheel",
"pyaml"
]
build-backend = "setuptools.build_meta"