Skip to content

Commit

Permalink
Mitigate Python build directory naming conflict
Browse files Browse the repository at this point in the history
On Mac and Windows, the default directory name conflicts with the BUILD
file we have.
  • Loading branch information
soltanmm-google committed Jan 29, 2016
1 parent 822602c commit 1a54e5c
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 1a54e5c

Please sign in to comment.