[chrome-gnome-shell] setup.py: formatted
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chrome-gnome-shell] setup.py: formatted
- Date: Mon, 19 Dec 2016 16:07:44 +0000 (UTC)
commit 1623d2040e8afe6d797f8c204d836b14e921a9be
Author: Yuri Konotopov <ykonotopov gnome org>
Date: Mon Dec 19 20:07:33 2016 +0400
setup.py: formatted
connector/setup.py | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/connector/setup.py b/connector/setup.py
index 3d42634..ee68bdb 100755
--- a/connector/setup.py
+++ b/connector/setup.py
@@ -12,9 +12,10 @@ if not os.path.exists(BUILD_DIR):
os.makedirs(BUILD_DIR)
shutil.copyfile(SCRIPT_DIR + '/chrome-gnome-shell.py', SCRIPT_PATH)
-setup(name='chrome-gnome-shell',
- description='Provides integration with GNOME Shell extensions repository for Chrome browser',
- author='Yuri Konotopov',
- url='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome',
- scripts=[SCRIPT_PATH]
- )
+setup(
+ name='chrome-gnome-shell',
+ description='Provides integration with GNOME Shell extensions repository for Chrome browser',
+ author='Yuri Konotopov',
+ url='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome',
+ scripts=[SCRIPT_PATH]
+)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]