1 parent 7fae400 commit 5fde9f7Copy full SHA for 5fde9f7
3 files changed
conda-recipes/meta.yaml
@@ -27,7 +27,7 @@ requirements:
27
- python >=3.7
28
- minimap2 =2.24
29
- seqtk =1.3
30
- - curl
+ - curl # unpinned so solver can pick libcurl 8.x required by samtools/htslib
31
- samtools >=1.17
32
- gzip
33
- mmseqs2
pyproject.toml
@@ -1,3 +1,6 @@
1
[build-system]
2
requires = ["setuptools>=45", "wheel"]
3
build-backend = "setuptools.build_meta"
4
+
5
+[project]
6
+license = { text = "GPL-3.0-or-later" }
setup.py
@@ -20,7 +20,6 @@
20
},
21
classifiers=[
22
"Programming Language :: Python :: 3",
23
- "License :: OSI Approved :: MIT License",
24
"Operating System :: OS Independent",
25
],
26
)
0 commit comments