tenseleyflow/dlm-lsp / 91601a6

Browse files

Rename dlm dependency to document-language-model for PyPI

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
91601a6902268e26e535b31eca542732f7641997
Parents
a48dce4
Tree
82d83e9

1 changed file

StatusFile+-
M pyproject.toml 2 2
pyproject.tomlmodified
@@ -11,13 +11,13 @@ requires-python = ">=3.11"
1111
 license = "MIT"
1212
 authors = [{ name = "mfwolffe", email = "mfwolffe@outlook.com" }]
1313
 dependencies = [
14
-    "dlm",
14
+    "document-language-model",
1515
     "pygls>=1.3",
1616
     "lsprotocol>=2024.0",
1717
 ]
1818
 
1919
 [tool.uv.sources]
20
-dlm = { path = "../..", editable = true }
20
+document-language-model = { path = "../..", editable = true }
2121
 
2222
 [project.scripts]
2323
 dlm-lsp = "dlm_lsp.server:main"