From b54179438e53e26a45c8cf046bc3714fe027dc22 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 8 Feb 2012 00:16:50 -0800 Subject: Move translations to babel locations. If we structure things like this, we can get things actually, you know, installed. Locales ast and oc aren't supported by babel. We'll re-import them from Launchpad once we get babel updated. If you want translations installed, run: python setup.py compile_catalog Before you run either setup.py sdist or setup.py install More work is needed to actually properly use the installed translations, but we're closer. Change-Id: I4a4bedd982c89063aa09688c9cbcf97054bcb34b --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ec784d91f..6a876e6d1 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,6 @@ setup(name='nova', packages=find_packages(exclude=['bin', 'smoketests']), include_package_data=True, test_suite='nose.collector', - data_files=find_data_files('share/nova', 'tools'), scripts=['bin/clear_rabbit_queues', 'bin/instance-usage-audit', 'bin/nova-all', -- cgit