Fixes LICENSE file in python

Fixes: #8376
This commit is contained in:
Derek Bailey 2024-08-19 16:08:46 -07:00
parent fb9afbafc7
commit 6cb4d671a8
2 changed files with 1 additions and 2 deletions

View File

@ -3,4 +3,4 @@ universal=1
[metadata] [metadata]
license_files = license_files =
../license ../LICENSE

View File

@ -18,7 +18,6 @@ setup(
name='flatbuffers', name='flatbuffers',
version='24.3.25', version='24.3.25',
license='Apache 2.0', license='Apache 2.0',
license_files='../LICENSE',
author='Derek Bailey', author='Derek Bailey',
author_email='derekbailey@google.com', author_email='derekbailey@google.com',
url='https://google.github.io/flatbuffers/', url='https://google.github.io/flatbuffers/',