mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-28 12:55:07 +00:00
rename agent directory
This commit is contained in:
parent
4cf08025bd
commit
391d2985bf
19 changed files with 4 additions and 3 deletions
1
packages/djls-agent/README.md
Normal file
1
packages/djls-agent/README.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# djls-agent
|
|
@ -0,0 +1 @@
|
||||||
|
# djls-binary
|
|
@ -1 +0,0 @@
|
||||||
# django-langauge-server Agent
|
|
|
@ -26,7 +26,7 @@ dependencies = [
|
||||||
binary = ["djls-binary"]
|
binary = ["djls-binary"]
|
||||||
|
|
||||||
[tool.hatch.build]
|
[tool.hatch.build]
|
||||||
packages = ["packages/djls/src/djls"]
|
packages = ["packages/djls-agent/src/djls"]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
# Exclude a variety of commonly ignored directories.
|
# Exclude a variety of commonly ignored directories.
|
||||||
|
@ -100,4 +100,4 @@ djls-binary = { workspace = true }
|
||||||
members = ["packages/*"]
|
members = ["packages/*"]
|
||||||
# co-locating the workspace root next to the other Python packages requires
|
# co-locating the workspace root next to the other Python packages requires
|
||||||
# ignoring it here
|
# ignoring it here
|
||||||
exclude = ["packages/djls"]
|
exclude = ["packages/djls-agent"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue