Skip to content

Commit

Permalink
Merge pull request grpc#4957 from soltanmm/bob
Browse files Browse the repository at this point in the history
Mitigate Python build directory naming conflict
  • Loading branch information
soltanmm committed Jan 29, 2016
2 parents 50d012b + 1a54e5c commit 0f1d42e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ libs
objs

# Python items
python_build/
.coverage*
.eggs
.tox
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
[coverage:run]
plugins = Cython.Coverage

[build]
build_base=python_build

[build_ext]
inplace=1

Expand Down

0 comments on commit 0f1d42e

Please sign in to comment.