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()