Add LICENSE.txt to python (#7692)

* Add LICENSE.txt to python

* Remove LICENSE.txt from python path and used the root LICENSE.txt file
This commit is contained in:
RishabhDeep Singh 2022-12-06 06:07:21 +05:30 committed by GitHub
parent 416c6020eb
commit a8d49f2972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

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

View File

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