diff --git a/src/backend/setup.py b/src/backend/setup.py deleted file mode 100644 index 9e3c584..0000000 --- a/src/backend/setup.py +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -"""Setup file for the people module. All configuration stands in the setup.cfg file.""" -# coding: utf-8 - -from setuptools import setup - -setup()