Skip to content

Commit 1e01c81

Browse files
committed
chore: remove [project.scripts] entry
The build-ddbc CLI script is unnecessary — users should invoke python -m build_backend directly. Removes the entry to avoid polluting the user's environment.
1 parent e363b72 commit 1e01c81

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ Repository = "https://github.com/microsoft/mssql-python"
4848
Issues = "https://github.com/microsoft/mssql-python/issues"
4949
Changelog = "https://github.com/microsoft/mssql-python/blob/main/CHANGELOG.md"
5050

51-
[project.scripts]
52-
build-ddbc = "build_backend.__main__:main"
53-
5451
[project.optional-dependencies]
5552
dev = [
5653
"pytest",

0 commit comments

Comments
 (0)