🔧 Add URLs to pyproject.toml, show up in PyPI (#1074)

This commit is contained in:
Sebastián Ramírez 2024-08-15 15:52:00 -05:00 committed by GitHub
parent 6545390309
commit be94cd77fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,8 @@ dependencies = [
Homepage = "https://github.com/fastapi/sqlmodel"
Documentation = "https://sqlmodel.tiangolo.com"
Repository = "https://github.com/fastapi/sqlmodel"
Issues = "https://github.com/fastapi/sqlmodel/issues"
Changelog = "https://sqlmodel.tiangolo.com/release-notes/"
[tool.pdm]
version = { source = "file", path = "sqlmodel/__init__.py" }