summaryrefslogtreecommitdiff
path: root/PKG-INFO.in
diff options
context:
space:
mode:
authorJames Henstridge <jamesh@src.gnome.org>2003-08-26 02:29:17 +0000
committerJames Henstridge <jamesh@src.gnome.org>2003-08-26 02:29:17 +0000
commitc13205710696788e852141b64a8875a4db4965de (patch)
tree3d3ba50398ab98d39f1b2a2a04b51702c8d5c126 /PKG-INFO.in
parent7997e598f262acd412736a9f2c3867fb9cb19901 (diff)
downloadpygtk-c13205710696788e852141b64a8875a4db4965de.tar.gz
added the wrong file.
Diffstat (limited to 'PKG-INFO.in')
-rw-r--r--PKG-INFO.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/PKG-INFO.in b/PKG-INFO.in
new file mode 100644
index 00000000..124b2130
--- /dev/null
+++ b/PKG-INFO.in
@@ -0,0 +1,20 @@
+Metadata-Version: 1.0
+Name: PyGTK
+Version: @VERSION@
+Summary: Python bindings for GTK
+Home-page: http://www.daa.com.au/~james/software/pygtk/
+Author: James Henstridge
+Author-email: james@daa.com.au
+License: LGPL
+Download-URL: ftp://ftp.gtk.org/pub/gtk/python/v2.0/pygtk-@VERSION@.tar.gz
+Description:
+ PyGTK allows you to write full featured GTK programs in
+ Python. It is targetted at GTK 2.x, and can be used in
+ conjunction with gnome-python to write Gnome applications.
+Keywords:
+Classifier: Development Status :: 4 - Beta
+Classifier: Environment :: Win32 (MS Windows)
+Classifier: Environment :: X11 Applications :: GTK
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
+Classifier: Topic :: Software Development :: Libraries :: Python Modules