Skip to content

Commit 62a1747

Browse files
committed
adding urls to pyproect.toml
1 parent ea2215a commit 62a1747

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ classifiers = [
7070
"Programming Language :: Python :: 3",
7171
"Operating System :: OS Independent",
7272
]
73+
[project.urls]
74+
"Homepage" = "https://fsecada01.github.io/SQLModel-CRUD-Utilities/sqlmodel_crud_utils.html"
75+
"Repository" = "https://github.com/fsecada01/sqlmodel_crud_utils"
76+
"Bug Tracker" = "https://github.com/fsecada01/sqlmodel_crud_utils/issues"
77+
7378
dependencies = [
7479
"loguru>=0.7.3",
7580
"python-dateutil>=2.9.0.post0",

0 commit comments

Comments
 (0)