summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/python/gi/Makefile.am3
-rw-r--r--examples/python/gi/README2
2 files changed, 4 insertions, 1 deletions
diff --git a/examples/python/gi/Makefile.am b/examples/python/gi/Makefile.am
index 0212fbbad2..9c69407f49 100644
--- a/examples/python/gi/Makefile.am
+++ b/examples/python/gi/Makefile.am
@@ -7,4 +7,5 @@ EXTRA_DIST = \
add_connection.py \
get-active-connections.py \
update-ip4-method.py \
- deactivate-all.py
+ deactivate-all.py \
+ README
diff --git a/examples/python/gi/README b/examples/python/gi/README
new file mode 100644
index 0000000000..d777332926
--- /dev/null
+++ b/examples/python/gi/README
@@ -0,0 +1,2 @@
+These examples show how to call libnm from Python using
+GObject introspection.