Skip to content

Commit 2537ff5

Browse files
committed
use uv, override to docopt-ng
1 parent 8e18caa commit 2537ff5

File tree

2 files changed

+2934
-3
lines changed

2 files changed

+2934
-3
lines changed

pyproject.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
exclude = "/(\n \\.eggs\n | \\.git\n | \\.hg\n | \\.mypy_cache\n | \\.nox\n | \\.tox\n | \\.venv\n | _build\n | buck-out\n | build\n | dist\n)/\n"
33
include = "\\.pyi?$"
44

5-
[tool.pdm.build]
6-
excludes = [
5+
[tool.uv]
6+
override-dependencies = ["docopt ; sys_platform == 'never'",]
7+
[build-system]
8+
requires = ["uv_build>=0.7.4,<0.8.0"]
9+
build-backend = "uv_build"
10+
11+
[tool.uv.build-backend]
12+
source-excludes = [
713
"contrib",
814
]
9-
package-dir = "src"
1015

1116
[project]
1217
authors = [
@@ -49,6 +54,7 @@ dependencies = [
4954
"dask>=2024.4.1",
5055
"dask-expr>=1.1.0",
5156
"lazy-loader>=0.4",
57+
"docopt-ng>=0.9.0",
5258
]
5359
description = "The Python version of LIGER package."
5460
keywords = [

0 commit comments

Comments
 (0)