🔥(backend) remove setup.py

uv is supporting PEP 517, setup.py file calling setuptools is not needed
anymore.
This commit is contained in:
Quentin BEY
2026-01-16 15:55:53 +01:00
parent ce8869af2f
commit c4ffcbea84
-7
View File
@@ -1,7 +0,0 @@
#!/usr/bin/env python
"""Setup file for the find module. All configuration stands in the setup.cfg file."""
# coding: utf-8
from setuptools import setup # pylint: disable=import-error
setup()