From 846c9e0ef180aa5411803eb1906896dc5e2fc5b9 Mon Sep 17 00:00:00 2001 From: Mageia SVN-Git Migration Date: Tue, 4 Jan 2011 16:09:44 +0000 Subject: Synthesized commit during git-svn import combining previous Mandriva history with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r202 | boklm | 2011-01-04 16:09:44 +0000 (Tue, 04 Jan 2011) | 1 line add repsys ------------------------------------------------------------------------ --- setup.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1478b17..e11789d 100755 --- a/setup.py +++ b/setup.py @@ -20,15 +20,12 @@ setup(name="repsys", long_description = """Tools for Mandriva Linux repository access and management.""", packages = ["RepSys", "RepSys.cgi", "RepSys.commands", "RepSys.plugins"], - scripts = ["repsys", "getsrpm-mdk"], + scripts = ["repsys", "repsys-ssh"], data_files = [ - ("/usr/share/repsys/", - ["default.chlog", + ("/usr/share/repsys/", + ["default.chlog", "revno.chlog", - "oldfashion.chlog", - "compatv15.chlog", - "create-srpm", - "rebrand-mdk"]), + "create-srpm"]), ("/etc/", ["repsys.conf"]), ("share/man/man8/", ["repsys.8"])] ) -- cgit v1.2.1