Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tableau-sql-parser"
version = "0.1.2"
version = "0.2.1"
description = "A tool for parsing Tableau custom SQL queries and extracting useful information"
authors = [
{ name = "Florian Drouet", email = "florian.drouet@gmail.com" }
Expand All @@ -13,6 +13,12 @@ dependencies = [
"sqlfluff>=3.4.0",
]

[project.scripts]
sqlparse = "tableau_sql_parser.cli:main"

[project.urls]
Homepage = "https://github.com/floriandrouet/tableau-sql-parser"

[tool.uv]
package = true

Expand Down