Add LICENSE to released python packages (#8913)
This commit is contained in:
parent
de469720e9
commit
81771b9274
@ -15,3 +15,5 @@ global-exclude *.dll
|
||||
global-exclude *.pyc
|
||||
global-exclude *.pyo
|
||||
global-exclude *.so
|
||||
|
||||
include LICENSE
|
||||
|
@ -73,6 +73,9 @@ else
|
||||
sed -i -r "s/__version__ = '.*'/__version__ = '${VERSION}.${DEV}'/" python/google/protobuf/__init__.py
|
||||
fi
|
||||
|
||||
# Copy LICENSE
|
||||
cp LICENSE python/LICENSE
|
||||
|
||||
cd python
|
||||
|
||||
# Run tests locally.
|
||||
|
Loading…
Reference in New Issue
Block a user