From 78d9c80226c52bcd70e27e7ee2a3a7754f644b53 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Mar 2018 14:02:20 +0200 Subject: Change: rename blob service to artifact store --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8cdc0c7..70b684a 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -# Copyright (C) 2017 Lars Wirzenius +# Copyright (C) 2017-2018 Lars Wirzenius # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -48,13 +48,13 @@ setup( url='http://liw.fi/ick/', py_modules=[ 'ick_controller', - 'blob_service', + 'artifact_store', ], packages=['ick2'], scripts=[ 'create-token', 'start_ick', - 'start_blob_service', + 'start_artifact_store', 'icktool', 'worker_manager' ], -- cgit v1.2.1