Remove setup.cfg file from the repository

OpenBMC CI has migrated from using `pycodestyle` to `flake8` as part of
this[1] commit. Unlike `pycodestyle` , `flake8` does not rely on the
presence of setup.cfg file in their root path as a trigger, but it runs
on all repositories by default. Hence there is no need of having
setup.cfg file, so removing it from the repository.

[1]: https://github.com/openbmc/openbmc-build-scripts/commit/c5ad7ff440cfd94fc025efbd45a3859475b18820

Change-Id: I705fba624c36047ad0fd682cad5049b96d733989
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100644
index eef2f84..0000000
--- a/setup.cfg
+++ /dev/null
@@ -1,3 +0,0 @@
-[pycodestyle]
-ignore = E402,W503
-max-line-length = 110