We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f67fc8 commit 0c23bb4Copy full SHA for 0c23bb4
.gitignore
@@ -1,3 +1,4 @@
1
# Ignore Python cache directories
2
__pycache__/
3
*.py[cod]
4
+/dist
pyproject.toml
@@ -5,6 +5,8 @@ description = "A library for data quality checks in Microsoft Fabric using Great
5
authors = ["DOUCOURE, DIOULA <diioula.doucoure@gmail.com>"]
6
readme = "README.md"
7
packages = [{include = "fabric_data_guard", from = "src"}]
8
+repository = "https://github.com/birdid/fabric-data-guard"
9
+homepage = "https://github.com/birdid/fabric-data-guard"
10
11
[tool.poetry.dependencies]
12
python = ">=3.10,<3.12"
0 commit comments