Skip to content

Commit 6cfaa13

Browse files
committed
rename abxpkg
1 parent 097db64 commit 6cfaa13

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

bin/setup_monorepo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
55
SCRIPT_REPO_ROOT="$(cd -- "$SCRIPT_DIR/.." && pwd)"
66
GITHUB_BASE="${GITHUB_BASE:-https://github.com/ArchiveBox}"
77
MONOREPO_REMOTE="${MONOREPO_REMOTE:-$GITHUB_BASE/monorepo.git}"
8-
REPO_NAMES=(abxbus abx-pkg abx-plugins abx-dl archivebox)
8+
REPO_NAMES=(abxbus abxpkg abx-plugins abx-dl archivebox)
99

1010
is_member_repo() {
1111
local repo_root="$1"

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Environment :: Console",
2121
]
2222
dependencies = [
23-
"abx-pkg>=1.9.27",
23+
"abxpkg>=1.10.4",
2424
"jambo>=0.1.7",
2525
"rich-click>=1.9.7",
2626
"uv>=0.8.22",
@@ -62,16 +62,16 @@ addopts = ["-p", "abx_plugins.pytest_bootstrap", "-p", "no:cacheprovider"]
6262

6363
[tool.uv]
6464
exclude-newer = "14 days"
65-
exclude-newer-package = { abx-pkg = "1 second"}
65+
exclude-newer-package = { abxpkg = "1 second"}
6666

6767
[tool.pyright]
6868
include = [
6969
"abx_plugins",
7070
"tests",
7171
]
7272
extraPaths = [
73-
"abx-pkg",
74-
"../abx-pkg",
73+
"abxpkg",
74+
"../abxpkg",
7575
]
7676
exclude = [
7777
".venv",

0 commit comments

Comments
 (0)