We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d6b21 commit ccf5062Copy full SHA for ccf5062
docs/source/tutorial/packaging.rst
@@ -322,6 +322,15 @@ like.
322
)
323
324
325
+.. note::
326
+
327
+ Ultimately, it is highly recommended to nest your source package root with a `src`
328
+ directory. Doing so prevents a lot of common pitfalls you are likely to run into,
329
+ as discussed on
330
+ `good integration practices <https://docs.pytest.org/en/6.2.x/goodpractices.html>`_
331
+ at pytest.org, which links to an excellent
332
+ `blog post by Ionel Cristian Mărieș <https://blog.ionelmc.ro/2014/05/25/python-packaging/#the-structure>`_.
333
334
335
Installation
336
^^^^^^^^^^^^
0 commit comments