Add LICENSE to released python packages (#8913)

pull/8936/head
Paul Yang 3 years ago committed by GitHub
parent de469720e9
commit 81771b9274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      python/MANIFEST.in
  2. 3
      python/release.sh

@ -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…
Cancel
Save