Skip to content

Commit ebf92d4

Browse files
committed
conda: use flexible channel priority; pyproject.toml: use SPDX license expression
1 parent e8260aa commit ebf92d4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build_conda_recipes.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
--channel ${{ env.conda_org }} \
4646
--channel bioconda \
4747
--channel conda-forge \
48+
--channel-priority flexible \
4849
--output-dir ${RUNNER_TEMP}/out_${{ matrix.pkg }}
4950
- name: 🐍🪁 Conda pkg upload
5051
run: |

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ maintainers = [
1515
{name = "Peter Diakumis", email = "peterdiakumis@gmail.com"},
1616
]
1717
readme = "README.md"
18-
license = {file = "LICENSE"}
18+
license = "MIT"
19+
license-files = ["LICENSE"]
1920
keywords = ["cancer", "genomics", "pcgr"]
2021
classifiers = [
21-
"License :: OSI Approved :: MIT License",
2222
"Development Status :: 5 - Production/Stable",
2323
"Intended Audience :: Science/Research",
2424
"Operating System :: MacOS :: MacOS X",

0 commit comments

Comments
 (0)