Skip to content

Commit

Permalink
add urls
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jun 7, 2024
1 parent 04d1673 commit 3dc980a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ dependencies = [
"sqlalchemy[asyncio]",
]

[project.urls]
Donate = "https://palletsprojects.com/donate"
Documentation = "https://flask-sqlalchemy-lite.readthedocs.io"
Changes = "https://flask-sqlalchemy-lite.readthedocs.io"
Source = "https://github.com/pallets-eco/flask-sqlalchemy-lite/"
Chat = "https://discord.gg/pallets"

[build-system]
requires = ["flit_core<4"]
build-backend = "flit_core.buildapi"
Expand Down

0 comments on commit 3dc980a

Please sign in to comment.