also override versioneer in conda build

pull/16/head
Sebastien Bourdeauducq 2019-02-17 15:53:21 +08:00
parent 69c57179bc
commit c32872dc6e
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ let
#!/bin/bash #!/bin/bash
set -e set -e
export VERSIONEER_OVERRIDE=${version}
python setup.py install \ python setup.py install \
--prefix=\$PREFIX \ --prefix=\$PREFIX \
--single-version-externally-managed \ --single-version-externally-managed \