From 05034f278190ecaccdf61655d9b7c9bc97d52e79 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 26 Sep 2007 16:30:07 -0400 Subject: update specfile and version and setup for certmaster-ca --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 51b3c49..be7e9cb 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ if __name__ == "__main__": author_email = "func-list@redhat.com", url = "https://hosted.fedoraproject.org/projects/func/", license = "GPL", - scripts = ["scripts/funcd", "scripts/func", "scripts/certmaster"], + scripts = ["scripts/funcd", "scripts/func", "scripts/certmaster", "scripts/certmaster-ca"], # package_data = { '' : ['*.*'] }, package_dir = {"%s" % NAME: "%s" % NAME, "%s/minion" % NAME: "minion/", -- cgit