rename agent directory

This commit is contained in:
Josh Thomas 2024-12-16 01:32:06 -06:00
parent 4cf08025bd
commit 391d2985bf
19 changed files with 4 additions and 3 deletions

View file

@ -0,0 +1 @@
# djls-agent

View file

@ -0,0 +1 @@
# djls-binary

View file

@ -1 +0,0 @@
# django-langauge-server Agent

View file

@ -26,7 +26,7 @@ dependencies = [
binary = ["djls-binary"]
[tool.hatch.build]
packages = ["packages/djls/src/djls"]
packages = ["packages/djls-agent/src/djls"]
[tool.ruff]
# Exclude a variety of commonly ignored directories.
@ -100,4 +100,4 @@ djls-binary = { workspace = true }
members = ["packages/*"]
# co-locating the workspace root next to the other Python packages requires
# ignoring it here
exclude = ["packages/djls"]
exclude = ["packages/djls-agent"]