Browse Source

Update packaging.rst

pull/2537/head
raph (▰˘◡˘▰) 7 years ago committed by GitHub
parent
commit
c010f4cfca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/tutorial/packaging.rst

2
docs/tutorial/packaging.rst

@ -50,7 +50,7 @@ Create the :file:`MANIFEST.in` and add the following lines::
include flaskr/schema.sql
Next, to simplify locating the application, create the file,
:file:`flaskr/__init__.py` containing only the following import statement::
:file:`flaskr/flaskr/__init__.py` containing only the following import statement::
from .flaskr import app

Loading…
Cancel
Save