examples: add README for python-networkmanager NetworkManager library
authorThomas Haller <thaller@redhat.com>
Mon, 7 Dec 2015 14:50:40 +0000 (15:50 +0100)
committerThomas Haller <thaller@redhat.com>
Mon, 7 Dec 2015 15:06:46 +0000 (16:06 +0100)
configure.ac
examples/python/Makefile.am
examples/python/python-networkmanager/Makefile.am [new file with mode: 0644]
examples/python/python-networkmanager/README [new file with mode: 0644]

index 112f4e5..a29602b 100644 (file)
@@ -1087,6 +1087,7 @@ examples/shell/Makefile
 examples/python/Makefile
 examples/python/dbus/Makefile
 examples/python/gi/Makefile
+examples/python/python-networkmanager/Makefile
 examples/ruby/Makefile
 examples/lua/Makefile
 examples/lua/lgi/Makefile
index 3b6a41f..cd3ce3e 100644 (file)
@@ -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 (file)
index 0000000..45fe750
--- /dev/null
@@ -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 (file)
index 0000000..00805d8
--- /dev/null
@@ -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