From 50260c372528a969234f3d3d2144f45c9bff9594 Mon Sep 17 00:00:00 2001 From: Lingchao Xin Date: Thu, 28 Nov 2013 16:03:22 +0800 Subject: [PATCH] Rename repodiff to repo-diff, since it conflicts with yum-utils Change-Id: I29cd482eb49d07f5f807a64d5ed3888d173a878a --- setup.py | 2 +- tools/{repodiff => repo-diff} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/{repodiff => repo-diff} (100%) diff --git a/setup.py b/setup.py index d1e23ef..a4c41a7 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup(name = 'builddiff', author = 'Lingchao Xin', author_email = 'lingchaox.xin@intel.com', url = 'http://www.tizen.org/', - scripts = ['tools/repodiff',], + scripts = ['tools/repo-diff',], packages=['builddiff',], include_package_data=True, install_requires=['Jinja2>=2.6'], diff --git a/tools/repodiff b/tools/repo-diff similarity index 100% rename from tools/repodiff rename to tools/repo-diff -- 2.34.1