mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +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]
|
||||
license_files =
|
||||
../LICENSE
|
||||
license_files = LICENSE
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue