mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
[Python]: Modernize setup and drop Python 2 (#8955)
This commit is contained in:
parent
292870612c
commit
24c2432d99
2 changed files with 1 additions and 7 deletions
|
|
@ -1,6 +1,2 @@
|
||||||
[bdist_wheel]
|
|
||||||
universal=1
|
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
license_files =
|
license_files = LICENSE
|
||||||
../LICENSE
|
|
||||||
|
|
|
||||||
|
|
@ -32,10 +32,8 @@ setup(
|
||||||
description='The FlatBuffers serialization format for Python',
|
description='The FlatBuffers serialization format for Python',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: Apache Software License',
|
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python :: 2',
|
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue