Skip to content

Commit 0c23bb4

Browse files
committed
update gitignore
1 parent 7f67fc8 commit 0c23bb4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Ignore Python cache directories
22
__pycache__/
33
*.py[cod]
4+
/dist

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description = "A library for data quality checks in Microsoft Fabric using Great
55
authors = ["DOUCOURE, DIOULA <diioula.doucoure@gmail.com>"]
66
readme = "README.md"
77
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"
810

911
[tool.poetry.dependencies]
1012
python = ">=3.10,<3.12"

0 commit comments

Comments
 (0)