We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fe930 commit 10f7fdeCopy full SHA for 10f7fde
src/python/package_data.rst
@@ -13,6 +13,15 @@ Further down is a minimal example showing how to achieve both:
13
packages and ``file.not`` in none of them.
14
15
16
+.. sidebar:: ``file.bin`` and built files
17
+
18
+ Files such as ``file.bin`` are not in the original source code of the
19
+ project (i.e. not in the `git` source code repository for example) but
20
+ should still be installed. Typically these files are created during a build
21
+ step such as ``./setup.py build`` for example (think ``gettext`` ``*.mo``
22
+ messages catalogs).
23
24
25
The gist of it is:
26
27
* first and foremost, always thoroughly clean up the working directory between
0 commit comments