summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2014-05-03 19:36:39 +0200
committerUltrabug <ultrabug@gentoo.org>2014-05-03 19:36:39 +0200
commitd9f15faaf6a61380a51c99349932718a181513f4 (patch)
treedd19e9acbef005b1d920f9f4b2c45caae14b2dd3
parent280a383cc84b048a686d4ac573e001a9b7891c46 (diff)
rename examples folder to the modules and prepare for installation
-rw-r--r--MANIFEST.in2
-rw-r--r--modules/__init__.py0
-rw-r--r--modules/dpms.py (renamed from examples/dpms.py)0
-rw-r--r--modules/empty_class.py (renamed from examples/empty_class.py)0
-rw-r--r--modules/glpi.py (renamed from examples/glpi.py)0
-rw-r--r--modules/i3bar_click_events.py (renamed from examples/i3bar_click_events.py)0
-rw-r--r--modules/netdata.py (renamed from examples/netdata.py)0
-rw-r--r--modules/ns_checker.py (renamed from examples/ns_checker.py)0
-rw-r--r--modules/pingdom.py (renamed from examples/pingdom.py)0
-rw-r--r--modules/pomodoro.py (renamed from examples/pomodoro.py)0
-rw-r--r--modules/sysdata.py (renamed from examples/sysdata.py)0
-rw-r--r--modules/weather_yahoo.py (renamed from examples/weather_yahoo.py)0
-rw-r--r--modules/whoami.py (renamed from examples/whoami.py)0
13 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 191f6ec..4bb9bbc 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,2 @@
include *.rst
-recursive-include examples *.py
+recursive-include modules *.py
diff --git a/modules/__init__.py b/modules/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/modules/__init__.py
diff --git a/examples/dpms.py b/modules/dpms.py
index 783c53c..783c53c 100644
--- a/examples/dpms.py
+++ b/modules/dpms.py
diff --git a/examples/empty_class.py b/modules/empty_class.py
index 077269c..077269c 100644
--- a/examples/empty_class.py
+++ b/modules/empty_class.py
diff --git a/examples/glpi.py b/modules/glpi.py
index 929749d..929749d 100644
--- a/examples/glpi.py
+++ b/modules/glpi.py
diff --git a/examples/i3bar_click_events.py b/modules/i3bar_click_events.py
index 792965c..792965c 100644
--- a/examples/i3bar_click_events.py
+++ b/modules/i3bar_click_events.py
diff --git a/examples/netdata.py b/modules/netdata.py
index d923036..d923036 100644
--- a/examples/netdata.py
+++ b/modules/netdata.py
diff --git a/examples/ns_checker.py b/modules/ns_checker.py
index 4a332b1..4a332b1 100644
--- a/examples/ns_checker.py
+++ b/modules/ns_checker.py
diff --git a/examples/pingdom.py b/modules/pingdom.py
index cddf1a9..cddf1a9 100644
--- a/examples/pingdom.py
+++ b/modules/pingdom.py
diff --git a/examples/pomodoro.py b/modules/pomodoro.py
index 28b5ea1..28b5ea1 100644
--- a/examples/pomodoro.py
+++ b/modules/pomodoro.py
diff --git a/examples/sysdata.py b/modules/sysdata.py
index 14aefb3..14aefb3 100644
--- a/examples/sysdata.py
+++ b/modules/sysdata.py
diff --git a/examples/weather_yahoo.py b/modules/weather_yahoo.py
index 6b91b04..6b91b04 100644
--- a/examples/weather_yahoo.py
+++ b/modules/weather_yahoo.py
diff --git a/examples/whoami.py b/modules/whoami.py
index f930991..f930991 100644
--- a/examples/whoami.py
+++ b/modules/whoami.py