summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-06-20 10:07:56 +1200
committerLars Wirzenius <liw@liw.fi>2010-06-20 10:07:56 +1200
commit7f8e888c90e0967da23a5238556ba28f6d1133b3 (patch)
tree43ebe2b61241a12449bd05c27e49b10f05c00ef9
parent52c0c627f507363afe8cb33cadd442922af2c355 (diff)
downloadttystatus-7f8e888c90e0967da23a5238556ba28f6d1133b3.tar.gz
Mention example.py in README and install it in .deb.
-rw-r--r--README2
-rw-r--r--debian/python-ttystatus.examples1
2 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index c4b42af..2551b63 100644
--- a/README
+++ b/README
@@ -13,6 +13,8 @@ set by the user. Every time a value is updated, widgets get updated
(although the terminal is only updated every so often to give user time
to actually read the output).
+See example.py for an example of how to use the library.
+
Installation
------------
diff --git a/debian/python-ttystatus.examples b/debian/python-ttystatus.examples
new file mode 100644
index 0000000..f9882ef
--- /dev/null
+++ b/debian/python-ttystatus.examples
@@ -0,0 +1 @@
+example.py