3
0
Fork 0

fix: use fanstatic to serve built-in images by default

Refs: #1
This commit is contained in:
Lance Edgar 2024-12-10 16:54:02 -06:00
parent 783d4dc8ef
commit 16ed125113
11 changed files with 206 additions and 28 deletions

View file

@ -53,6 +53,10 @@ docs = ["Sphinx", "furo"]
tests = ["pytest-cov", "tox"]
[project.entry-points."fanstatic.libraries"]
wuttaweb_img = "wuttaweb.static:img"
[project.entry-points."paste.app_factory"]
main = "wuttaweb.app:main"