From 9896f3fa3ac67549ff803f49a3ff67f8b3cff5a4 Mon Sep 17 00:00:00 2001 From: Kralot Date: Tue, 20 Jan 2026 22:38:49 -0300 Subject: [PATCH] Ajustes em `pyproject.toml` e `.gitignore` para buildar pacote python --- .gitignore | 4 ++++ pyproject.toml | 1 + 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 41f4ee3..0466170 100755 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,7 @@ .vscode # Temp Folder .temp/ +# Packaging +*.egg-info/ +dist/ +build/ diff --git a/pyproject.toml b/pyproject.toml index 88f9421..525d8b8 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,3 +19,4 @@ dependencies = [ [project.urls] Homepage = "https://github.com/riguettodev/sdk-notion" +Repository = "https://git.kralot.cloud/Kralot/sdk-notion"