From e5550843a076bc4d97afe23b4a1361293bc9964c Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Thu, 17 Jan 2013 14:47:44 +0100 Subject: Add glade files to setup and manifest and update the pot file --- MANIFEST.in | 1 + locale/initial-setup.pot | 2 +- setup.py | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 960878c..48af4cd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,5 @@ recursive-include systemd * recursive-include scripts * recursive-include locale *.po *.pot recursive-include modules *.py *.glade *.txt +recursive-include initial_setup *.py *.glade *.txt recursive-exclude modules *.pyc *.pyo diff --git a/locale/initial-setup.pot b/locale/initial-setup.pot index 44ea292..08b2dec 100644 --- a/locale/initial-setup.pot +++ b/locale/initial-setup.pot @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: initial-setup 0.1\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-01-11 15:10+0100\n" +"POT-Creation-Date: 2013-01-17 14:38+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/setup.py b/setup.py index 5a05351..9f513b6 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,9 @@ setup( license = "GPLv2+", keywords = "firstboot initial setup", packages = find_packages(), + package_data = { + "": ["*.glade"] + }, scripts = ["initial-setup"], data_files = data_files, setup_requires= ['nose>=1.0'], -- cgit