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:
parent
416c6020eb
commit
a8d49f2972
|
@ -1,2 +1,6 @@
|
|||
[bdist_wheel]
|
||||
universal=1
|
||||
|
||||
[metadata]
|
||||
license_files =
|
||||
../license.txt
|
|
@ -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/',
|
||||
|
|
Loading…
Reference in New Issue