Better documentation for start_server() method (Fixes #252)

This commit is contained in:
Miguel Grinberg
2024-08-15 19:10:22 +01:00
parent 482ab6d5ca
commit 0a021462e0
2 changed files with 35 additions and 4 deletions

View File

@@ -14,6 +14,8 @@ classifiers = [
"Operating System :: OS Independent",
]
requires-python = ">=3.8"
dependencies = [
]
[project.readme]
file = "README.md"
@@ -24,6 +26,8 @@ Homepage = "https://github.com/miguelgrinberg/microdot"
"Bug Tracker" = "https://github.com/miguelgrinberg/microdot/issues"
[project.optional-dependencies]
dev = [
]
docs = [
"sphinx",
"pyjwt"