File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " easypqp"
7- version = " 0.1.54 "
7+ version = " 0.1.55 "
88description = " EasyPQP: Simple library generation for OpenSWATH"
99readme = " README.md"
1010requires-python = " >=3.9"
@@ -42,13 +42,13 @@ pyprophet = ["pyprophet"]
4242
4343# Rust backend for in-silico library generation
4444# Install with: pip install easypqp[rust]
45- rust = [" easypqp_rs >=0.1.5" ]
45+ rust = [" easypqp-rs >=0.1.5" ]
4646
4747# All optional features
4848# Install with: pip install easypqp[all]
4949all = [
5050 " pyprophet" ,
51- " easypqp_rs >=0.1.5"
51+ " easypqp-rs >=0.1.5"
5252]
5353
5454[tool .setuptools ]
@@ -59,4 +59,4 @@ where = ["."]
5959include = [" easypqp*" ]
6060
6161[tool .setuptools .package-data ]
62- easypqp = [" data/unimod.xml" ]
62+ easypqp = [" data/unimod.xml" ]
You can’t perform that action at this time.
0 commit comments