diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-03-21 16:25:00 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-03-21 16:25:00 -0700 |
commit | 19e1ea400d4b7650258869a36a10269415612e3f (patch) | |
tree | 7a6e7c26f87322c5df786cdba27937351ffb3499 | |
parent | fb6e13b1b5ba135220c7be1edf3fb6f92e79872b (diff) | |
parent | 1cb38cc4982ee786914ff3c822f3ba68d3b475ee (diff) |
Merge pull request #5585 from stanley-cheung/update-manifest-md
Doc Fixit: Update MANIFEST.md
-rw-r--r-- | MANIFEST.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MANIFEST.md b/MANIFEST.md index b523f8f6fa..77e014002d 100644 --- a/MANIFEST.md +++ b/MANIFEST.md @@ -1,14 +1,28 @@ # Top-level Items by language +## Bazel +* [grpc.bzl](grpc.bzl) + ## Node * [binding.gyp](binding.gyp) +* [package.json](package.json) ## Objective-C * [gRPC.podspec](gRPC.podspec) +## PHP +* [composer.json](composer.json) +* [config.m4](config.m4) +* [package.xml](package.xml) + ## Python * [requirements.txt](requirements.txt) * [setup.cfg](setup.cfg) * [setup.py](setup.py) * [tox.ini](tox.ini) * [PYTHON-MANIFEST.in](PYTHON-MANIFEST.in) + +## Ruby +* [Gemfile](Gemfile) +* [grpc.gemspec](grpc.gemspec) +* [Rakefile](Rakefile) |