summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-05 11:31:20 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-05 14:32:22 +0100
commitfe6d042506be51d4c4e38a573442c3e090bcc80d (patch)
tree887558e2d3bd686e1c211a8d25da0a20024654ea
parenta03d4a34f84b9103fbb05e84f8114f3ef95916b8 (diff)
downloaddbus-python-fe6d042506be51d4c4e38a573442c3e090bcc80d.tar.gz
setup.py: Remove obsolete Python 2 classifier
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 151fd6f..cc604f1 100755
--- a/setup.py
+++ b/setup.py
@@ -98,7 +98,6 @@ setup(
'Development Status :: 7 - Inactive',
'License :: OSI Approved :: MIT License',
'Programming Language :: C',
- 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development :: Object Brokering',