summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2013-01-17 14:47:44 +0100
committerMartin Sivak <msivak@redhat.com>2013-01-17 14:47:44 +0100
commite5550843a076bc4d97afe23b4a1361293bc9964c (patch)
treebfc426e1e9d68f4eff03f97390b3bf776c4686be
parent168e0379dfcdf6cba2be09d958ea6bbe1f197500 (diff)
downloadfirstboot2-e5550843a076bc4d97afe23b4a1361293bc9964c.tar.gz
firstboot2-e5550843a076bc4d97afe23b4a1361293bc9964c.tar.xz
firstboot2-e5550843a076bc4d97afe23b4a1361293bc9964c.zip
Add glade files to setup and manifest and update the pot file
-rw-r--r--MANIFEST.in1
-rw-r--r--locale/initial-setup.pot2
-rw-r--r--setup.py3
3 files changed, 5 insertions, 1 deletions
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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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'],