Ajustes em pyproject.toml e .gitignore para buildar pacote python
This commit is contained in:
@@ -8,3 +8,7 @@
|
|||||||
.vscode
|
.vscode
|
||||||
# Temp Folder
|
# Temp Folder
|
||||||
.temp/
|
.temp/
|
||||||
|
# Packaging
|
||||||
|
*.egg-info/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user