fix editable install (#16241)
This commit is contained in:
@@ -171,6 +171,7 @@ exclude = [
|
|||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
root = ".."
|
root = ".."
|
||||||
version_file = "sglang/_version.py"
|
version_file = "sglang/_version.py"
|
||||||
|
git_describe_command = ["git", "describe", "--tags", "--long", "--match", "v*"]
|
||||||
|
|
||||||
[tool.codespell]
|
[tool.codespell]
|
||||||
ignore-words-list = "ans, als, hel, boostrap, childs, te, vas, hsa, ment"
|
ignore-words-list = "ans, als, hel, boostrap, childs, te, vas, hsa, ment"
|
||||||
|
|||||||
@@ -132,6 +132,7 @@ exclude = [
|
|||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
root = ".."
|
root = ".."
|
||||||
version_file = "sglang/_version.py"
|
version_file = "sglang/_version.py"
|
||||||
|
git_describe_command = ["git", "describe", "--tags", "--long", "--match", "v*"]
|
||||||
|
|
||||||
[tool.codespell]
|
[tool.codespell]
|
||||||
ignore-words-list = "ans, als, hel, boostrap, childs, te, vas, hsa, ment"
|
ignore-words-list = "ans, als, hel, boostrap, childs, te, vas, hsa, ment"
|
||||||
|
|||||||
@@ -171,6 +171,7 @@ exclude = [
|
|||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
root = ".."
|
root = ".."
|
||||||
version_file = "sglang/_version.py"
|
version_file = "sglang/_version.py"
|
||||||
|
git_describe_command = ["git", "describe", "--tags", "--long", "--match", "v*"]
|
||||||
|
|
||||||
[tool.codespell]
|
[tool.codespell]
|
||||||
ignore-words-list = "ans, als, hel, boostrap, childs, te, vas, hsa, ment"
|
ignore-words-list = "ans, als, hel, boostrap, childs, te, vas, hsa, ment"
|
||||||
|
|||||||
@@ -136,6 +136,7 @@ exclude = [
|
|||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
root = ".."
|
root = ".."
|
||||||
version_file = "sglang/_version.py"
|
version_file = "sglang/_version.py"
|
||||||
|
git_describe_command = ["git", "describe", "--tags", "--long", "--match", "v*"]
|
||||||
|
|
||||||
[tool.codespell]
|
[tool.codespell]
|
||||||
ignore-words-list = "ans, als, hel, boostrap, childs, te, vas, hsa, ment"
|
ignore-words-list = "ans, als, hel, boostrap, childs, te, vas, hsa, ment"
|
||||||
|
|||||||
Reference in New Issue
Block a user