diff options
Diffstat (limited to 'PKG-INFO.in')
-rw-r--r-- | PKG-INFO.in | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/PKG-INFO.in b/PKG-INFO.in index 5cffe13..2cd1ef5 100644 --- a/PKG-INFO.in +++ b/PKG-INFO.in @@ -1,25 +1,21 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.2 Name: PyGObject Version: @VERSION@ -Summary: Python bindings for GObject -Home-page: http://www.pygtk.org/ +Summary: Python bindings for GObject Introspection +Home-page: https://pygobject.readthedocs.io Author: James Henstridge Author-email: james@daa.com.au -Maintainer: Johan Dahlin -Maintainer-email: johan@gnome.org +Maintainer: Simon Feltman +Maintainer-email: sfeltman@src.gnome.org License: GNU LGPL -Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/@PYGOBJECT_MAJOR_VERSION@.@PYGOBJECT_MINOR_VERSION@/pygobject-@VERSION@.tar.gz -Description: Python bindings for GLib and GObject +Description: Python bindings for GObject Introspection Platform: POSIX, Windows Classifier: Development Status :: 5 - Production/Stable -Classifier: Environment :: Linux -Classifier: Environment :: MacOS X -Classifier: Environment :: Win32 (MS Windows) -Classifier: Environment :: Unix Classifier: Intended Audience :: Developers -Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) +Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+) Classifier: Operating System :: POSIX Classifier: Operating System :: Microsoft :: Windows Classifier: Programming Language :: C Classifier: Programming Language :: Python Classifier: Topic :: Software Development :: Libraries :: Python Modules +Requires-Python: >=3.8, <4 |