Skip to content

Commit 405d908

Browse files
committed
DEV: Use egg dir only for Python 2 conda package.
`preserve_egg_dir` should not be necessary in Python 3.
1 parent 288ec84 commit 405d908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99
git_url: ..
1010

1111
build:
12-
preserve_egg_dir: True
12+
preserve_egg_dir: True # [py2k]
1313

1414
# If this is a new build for the same version, increment the build
1515
# number. If you do not include this key, it defaults to 0.

0 commit comments

Comments
 (0)