diff --git a/MANIFEST.in b/MANIFEST.in index b2109a027aff27c32f995af5043a11bb5eb15005..66fe36fc68d0b2261ecc53ccc373c4a0652b2107 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,5 +3,5 @@ # SPDX-License-Identifier: BSD-3-Clause include LICENSES/*.txt -recursive-include doc *.rst *.txt *.py *.ico *.png +recursive-include doc *.rst *.txt *.py recursive-include tests/data *.py *.cfg diff --git a/conda/meta.yaml b/conda/meta.yaml index daebcd6195cbd7731719ec5de346a90066b832be..c6fa7eb273b74927b00793f407cbd02cdf8c0a21 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -13,7 +13,7 @@ source: build: noarch: python - number: {{ environ.get('BOB_BUILD_NUMBER', 0) }} + number: {{ environ.get('NEXT_BUILD_NUMBER', 0) }} run_exports: - {{ pin_subpackage(data['project']['name']) }} script: