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]
license_files =
../license
../LICENSE

View File

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