commit | 750df2ec4c039e504673af2449fa2996138ef767 | [log] [tgz] |
---|---|---|
author | jfarrell <jfarrell@apache.org> | 周四 7月 10 09:18:42 2014 -0400 |
committer | jfarrell <jfarrell@apache.org> | 周四 7月 10 09:18:42 2014 -0400 |
tree | 51218d34810924f7d8868a8626c5970e41ac85c2 | |
parent | 8fd8c6366d99ceeccdbcbbe94e87ae247c8c66f6 [diff] [blame] |
THRIFT-2620: Fix python packaging Client: build process Patch: jfarrell Fixes python build to include missing README.md and also run packaging under vagrant images
diff --git a/lib/py/setup.cfg b/lib/py/setup.cfg index 2dca2f8..c6dab40 100644 --- a/lib/py/setup.cfg +++ b/lib/py/setup.cfg
@@ -1,2 +1,4 @@ [install] optimize = 1 +[metadata] +description-file = README.md