[chrome-gnome-shell/feature/distutils] distutils: added more package info to setup.py



commit 109f3baad138b0df4dff231333c6abcf66727d2c
Author: Yuri Konotopov <ykonotopov gmail com>
Date:   Mon Aug 8 00:16:38 2016 +0300

    distutils: added more package info to setup.py

 connector/setup.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/connector/setup.py b/connector/setup.py
index 3b561f8..3d42634 100755
--- a/connector/setup.py
+++ b/connector/setup.py
@@ -13,5 +13,8 @@ if not os.path.exists(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]
      )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]