Ajustes em pyproject.toml e .gitignore para buildar pacote python

This commit is contained in:
2026-01-20 22:38:49 -03:00
parent aff0446458
commit 9896f3fa3a
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -8,3 +8,7 @@
.vscode .vscode
# Temp Folder # Temp Folder
.temp/ .temp/
# Packaging
*.egg-info/
dist/
build/
+1
View File
@@ -19,3 +19,4 @@ dependencies = [
[project.urls] [project.urls]
Homepage = "https://github.com/riguettodev/sdk-notion" Homepage = "https://github.com/riguettodev/sdk-notion"
Repository = "https://git.kralot.cloud/Kralot/sdk-notion"