[Python]: Modernize setup and drop Python 2 (#8955)

This commit is contained in:
Felix
2026-03-06 21:49:58 +01:00
committed by GitHub
parent 292870612c
commit 24c2432d99
2 changed files with 1 additions and 7 deletions

View File

@@ -1,6 +1,2 @@
[bdist_wheel]
universal=1
[metadata]
license_files =
../LICENSE
license_files = LICENSE

View File

@@ -32,10 +32,8 @@ setup(
description='The FlatBuffers serialization format for Python',
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules',
],