⚰️(backend) remove unused setup file

We are now using pyproject.toml, cleaned legacy files that weren't removed
when bootstraping the project.
This commit is contained in:
lebaudantoine
2024-07-31 00:21:55 +02:00
committed by aleb_the_flash
parent 93be2881d2
commit 59b23ad1b9

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env python
"""Setup file for the meet module. All configuration stands in the setup.cfg file."""
# coding: utf-8
from setuptools import setup
setup()