mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-31 14:58:25 -04:00
rename vendor dir to pkgs
This commit is contained in:
parent
7d75867650
commit
dee4eb7992
168 changed files with 47 additions and 54 deletions
|
@ -39,7 +39,7 @@ classifiers = [
|
|||
|
||||
|
||||
dependencies = [
|
||||
# ... archivebox/vendor/* # see vendored libs here
|
||||
# ... archivebox/pkgs/* # see vendored libs here
|
||||
############# Django / Core Libraries #############
|
||||
"setuptools>=74.1.0",
|
||||
"django>=5.1.1,<6.0",
|
||||
|
@ -216,8 +216,8 @@ abx-plugin-htmltotext = { workspace = true }
|
|||
|
||||
|
||||
[tool.uv.workspace]
|
||||
members = ["archivebox/vendor/*"]
|
||||
exclude = ["archivebox/vendor/__pycache__"]
|
||||
members = ["archivebox/pkgs/*"]
|
||||
exclude = ["archivebox/pkgs/__pycache__"]
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue