summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon van der Linden <svdlinden@src.gnome.org>2009-11-08 15:40:51 +0100
committerSimon van der Linden <svdlinden@src.gnome.org>2009-11-08 15:40:51 +0100
commit6f50d5102aec9288e1851f12e9d232b9c141d524 (patch)
tree20d2635fc6b980795f85681d81f3006e6bb7c7dd
parentce673b9027868e6add4eeb438bc707eb40bfd046 (diff)
downloadpygi-6f50d5102aec9288e1851f12e9d232b9c141d524.tar.gz
pygi-6f50d5102aec9288e1851f12e9d232b9c141d524.tar.xz
pygi-6f50d5102aec9288e1851f12e9d232b9c141d524.zip
Add a doap file
-rw-r--r--pygi.doap17
1 files changed, 17 insertions, 0 deletions
diff --git a/pygi.doap b/pygi.doap
new file mode 100644
index 0000000..5e5fcd9
--- /dev/null
+++ b/pygi.doap
@@ -0,0 +1,17 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns:gnome="http://api.gnome.org/doap-extensions#"
+ xmlns="http://usefulinc.com/ns/doap#">
+
+ <name xml:lang="en">PyGI</name>
+ <shortdesc xml:lang="en">Python dynamic bindings based on GObject-Introspection</shortdesc>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Simon van der Linden</foaf:name>
+ <foaf:mbox rdf:resource="mailto:svdlinden@src.gnome.org" />
+ <gnome:userid>svdlinden</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>