Skip to content

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
- Added entrypoint for CLI
  • Loading branch information
jordipuig37 committed Sep 10, 2024
1 parent 80c7475 commit abf055d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ where = ["src"]

[project.entry-points."sqlfluff"]
sqlfluff_easy_ql = "sqlfluff_easy_ql"

[project.scripts]
easy-ql = "sqlfluff_easy_ql.__main__:main"

0 comments on commit abf055d

Please sign in to comment.