Skip to content

Commit

Permalink
Include .proto files (#15)
Browse files Browse the repository at this point in the history
The following change to setup.py will ensure that source .proto are shipped along with the generated code.

Fixes #14 🦕
  • Loading branch information
mwahlmann-cbi authored Jun 12, 2020
1 parent 19a4488 commit e34945c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/googleapis-common-protos/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
extras_require=extras_require,
license="Apache-2.0",
packages=find_packages(),
package_data={"": ["*.proto"]},
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
namespace_packages=["google", "google.logging"],
url="https://github.com/googleapis/python-api-common-protos",
Expand Down

0 comments on commit e34945c

Please sign in to comment.