We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0f79d commit 5dff866Copy full SHA for 5dff866
1 file changed
source/tutorials/packaging-projects.rst
@@ -25,6 +25,9 @@ To create this project locally, create the following file structure:
25
Once you create this structure, you'll want to run all of the commands in this
26
tutorial within the top-level folder - so be sure to ``cd packaging_tutorial``.
27
28
+:file:`example_pkg/__init__.py` is required to import the directory as a package,
29
+and can simply be an empty file.
30
+
31
.. _Python documentation for packages and modules:
32
https://docs.python.org/3/tutorial/modules.html#packages
33
0 commit comments