From b9f9d108a53824dde2d03b35ce41f02350fa76c2 2018-02-26 11:11:18 From: Branko Majic Date: 2018-02-26 11:11:18 Subject: [PATCH] GC-2: Added flake8 configuration file: - Updated package manifest file to include the flake8 configuration file in generated source distribution. - Set the maximum line length limit to 160 characters. --- diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000000000000000000000000000000000000..905c8bbe4f14c1d47c7bb8ffa0aee63110389858 --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +max-line-length = 160 \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in index 3f93ef52010966856146fe8e5fddc37e1cc79d83..f92668e35f919fa3da8bb7d998d247a86f9484b0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,3 +8,4 @@ recursive-include docs *.rst include pytest.ini include tox.ini include .coveragerc +include .flake8 \ No newline at end of file