Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseCake87 committed Sep 13, 2024
1 parent 5a05144 commit 2ebd10e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "flask-imp"
version = "5.3.5"
version = "5.3.6"
description = 'A Flask auto importer that allows your Flask apps to grow big.'
authors = [{ name = "David Carmichael", email = "david@uilix.com" }]
readme = "README.md"
Expand Down Expand Up @@ -38,6 +38,7 @@ requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[tool.pyqwe]
build = "*:flit build"
install = "*:flit install --symlink"
docs = "*:flask --app docs compile"
docs-watch = "*:flask --app gdocs compile --watch"
Expand Down

0 comments on commit 2ebd10e

Please sign in to comment.