aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2016-07-29 14:43:52 -0700
committerGitHub <noreply@github.com>2016-07-29 14:43:52 -0700
commit3ef07568cd701338cb5babfee2f667efa1fad606 (patch)
treef690cac54163c37d082e4a6bd0bdae4bb9ce3971
parentc4790429fc454a687312a48a22e30d93c29efd4d (diff)
parente139117108ad0e31c74e2493ef4c36f1781f0c70 (diff)
downloadprotobuf-3ef07568cd701338cb5babfee2f667efa1fad606.tar.gz
protobuf-3ef07568cd701338cb5babfee2f667efa1fad606.tar.bz2
protobuf-3ef07568cd701338cb5babfee2f667efa1fad606.zip
Merge pull request #1894 from pherl/fixdist
Add python/setup.cfg into dist files
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ccbfd065..c2d98048 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -656,6 +656,7 @@ python_EXTRA_DIST= \
python/google/protobuf/text_encoding.py \
python/google/protobuf/text_format.py \
python/mox.py \
+ python/setup.cfg \
python/setup.py \
python/stubout.py \
python/tox.ini \