Skip to content

Commit 5fde9f7

Browse files
committed
.
1 parent 7fae400 commit 5fde9f7

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

conda-recipes/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requirements:
2727
- python >=3.7
2828
- minimap2 =2.24
2929
- seqtk =1.3
30-
- curl
30+
- curl # unpinned so solver can pick libcurl 8.x required by samtools/htslib
3131
- samtools >=1.17
3232
- gzip
3333
- mmseqs2

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[build-system]
22
requires = ["setuptools>=45", "wheel"]
33
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
license = { text = "GPL-3.0-or-later" }

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
},
2121
classifiers=[
2222
"Programming Language :: Python :: 3",
23-
"License :: OSI Approved :: MIT License",
2423
"Operating System :: OS Independent",
2524
],
2625
)

0 commit comments

Comments
 (0)