Switch to pyproject.toml

This commit is contained in:
Taylor H. Perkins 2023-01-24 11:47:53 -08:00
commit ffb4293fca
21 changed files with 200 additions and 132 deletions

View file

@ -48,7 +48,7 @@ Run
.. code-block:: text
$ flask --app flaskr init-db
$ flask --app flaskr --debug run
$ flask --app flaskr run --debug
Open http://127.0.0.1:5000 in a browser.