🔧 Add URLs to pyproject.toml
, show up in PyPI (#1074)
This commit is contained in:
parent
6545390309
commit
be94cd77fc
@ -43,6 +43,8 @@ dependencies = [
|
|||||||
Homepage = "https://github.com/fastapi/sqlmodel"
|
Homepage = "https://github.com/fastapi/sqlmodel"
|
||||||
Documentation = "https://sqlmodel.tiangolo.com"
|
Documentation = "https://sqlmodel.tiangolo.com"
|
||||||
Repository = "https://github.com/fastapi/sqlmodel"
|
Repository = "https://github.com/fastapi/sqlmodel"
|
||||||
|
Issues = "https://github.com/fastapi/sqlmodel/issues"
|
||||||
|
Changelog = "https://sqlmodel.tiangolo.com/release-notes/"
|
||||||
|
|
||||||
[tool.pdm]
|
[tool.pdm]
|
||||||
version = { source = "file", path = "sqlmodel/__init__.py" }
|
version = { source = "file", path = "sqlmodel/__init__.py" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user