summaryrefslogtreecommitdiff
path: root/PKG-INFO.in
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-03-08 16:21:35 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2020-03-08 16:22:32 +0100
commit97024e55785d971b8f86bb6659ba3f0e4b076473 (patch)
tree363d648252ae68d1b762e2efef561c8dbfec5a7d /PKG-INFO.in
parent67bd7e79469d201149005168461a8baca40f986f (diff)
downloadpygobject-97024e55785d971b8f86bb6659ba3f0e4b076473.tar.gz
Remove Python 2 support
Depend on setuptools to make sure we write out requires-python in all cases
Diffstat (limited to 'PKG-INFO.in')
-rw-r--r--PKG-INFO.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKG-INFO.in b/PKG-INFO.in
index 34891d78..b48c9059 100644
--- a/PKG-INFO.in
+++ b/PKG-INFO.in
@@ -1,4 +1,4 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.2
Name: PyGObject
Version: @VERSION@
Summary: Python bindings for GObject Introspection
@@ -18,3 +18,4 @@ Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Requires-Python: >=3.5, <4