From 59b23ad1b98fdf0f04457dbc2cf5c46de734ac13 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 31 Jul 2024 00:21:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F(backend)=20remove=20unused?= =?UTF-8?q?=20setup=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are now using pyproject.toml, cleaned legacy files that weren't removed when bootstraping the project. --- src/backend/setup.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/backend/setup.py diff --git a/src/backend/setup.py b/src/backend/setup.py deleted file mode 100644 index 928355c4..00000000 --- a/src/backend/setup.py +++ /dev/null @@ -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()