summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-12-07 15:50:40 +0100
committerThomas Haller <thaller@redhat.com>2015-12-07 16:06:46 +0100
commit14bb9419a0886e4bcbbef3851084b614cd6f5790 (patch)
tree7f8cc8b8799d20350daf7ed40b10da62a93b4e83 /examples
parent5b732c3b9fd3faa5bddf5a9afc252285b7c8fd9e (diff)
downloadNetworkManager-14bb9419a0886e4bcbbef3851084b614cd6f5790.tar.gz
examples: add README for python-networkmanager NetworkManager library
Diffstat (limited to 'examples')
-rw-r--r--examples/python/Makefile.am2
-rw-r--r--examples/python/python-networkmanager/Makefile.am2
-rw-r--r--examples/python/python-networkmanager/README6
3 files changed, 9 insertions, 1 deletions
diff --git a/examples/python/Makefile.am b/examples/python/Makefile.am
index 3b6a41f494..cd3ce3ed90 100644
--- a/examples/python/Makefile.am
+++ b/examples/python/Makefile.am
@@ -1,2 +1,2 @@
-SUBDIRS= dbus gi
+SUBDIRS= dbus gi python-networkmanager
diff --git a/examples/python/python-networkmanager/Makefile.am b/examples/python/python-networkmanager/Makefile.am
new file mode 100644
index 0000000000..45fe750c45
--- /dev/null
+++ b/examples/python/python-networkmanager/Makefile.am
@@ -0,0 +1,2 @@
+EXTRA_DIST = \
+ README
diff --git a/examples/python/python-networkmanager/README b/examples/python/python-networkmanager/README
new file mode 100644
index 0000000000..00805d8244
--- /dev/null
+++ b/examples/python/python-networkmanager/README
@@ -0,0 +1,6 @@
+There is a client library in Python, named python-networkmanager.
+
+This library is developed outside of the core NetworkManager project.
+
+See https://github.com/seveas/python-networkmanager
+and https://github.com/seveas/python-networkmanager/tree/master/examples