From 86c5988fe7c6ee6fd6c414b0b6c2cb33923e012b Mon Sep 17 00:00:00 2001 From: trigg Date: Tue, 20 Oct 2020 14:26:33 +0000 Subject: [PATCH] - Coding standard comments added --- CODING | 7 +++++++ setup.py | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 CODING diff --git a/CODING b/CODING new file mode 100644 index 0000000..2d3382b --- /dev/null +++ b/CODING @@ -0,0 +1,7 @@ +Attempts have been made to keep this project meeting PEP8 standards. While +meeting this standard would be nice pull request & patch acceptance will +be based on merit first and coding standard second. + +Due to a quirk in the way pygobject functions and the fact we use soft +dependencies rules & advisories about import order and position are +routinely ignored with a #pylint metacomment \ No newline at end of file diff --git a/setup.py b/setup.py index 789ec13..a61b339 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,11 @@ setup( packages=find_packages(), include_package_data=True, data_files=[ - ('share/applications', ['discover_overlay.desktop', - 'discover_overlay_conf.desktop', 'discover_overlay_close.desktop']), + ('share/applications', [ + 'discover_overlay.desktop', + 'discover_overlay_conf.desktop', + 'discover_overlay_close.desktop' + ]), ('share/icons', ['discover-overlay.png']) ], install_requires=[