rename vendor dir to pkgs

This commit is contained in:
Nick Sweeting 2024-10-28 20:05:20 -07:00
parent 7d75867650
commit dee4eb7992
No known key found for this signature in database
168 changed files with 47 additions and 54 deletions

View file

@ -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"]