annotate MANIFEST.in @ 1051:971b4d67e82a

serve: Fix problems with assets disappearing between servings. When an asset file changes, its source's pipeline is re-run. But that created a bake record that only had that pipeline's output, so the other outputs were incorrectly considered empty and therefore any stray files were removed. Now we copy over bake records for the pipelines we don't run.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 26 Jan 2018 18:05:02 -0800
parents 02955fbea705
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
844
02955fbea705 cm: Fix MANIFEST file for packaging.
Ludovic Chabant <ludovic@chabant.com>
parents: 587
diff changeset
1 include CHANGELOG.rst
02955fbea705 cm: Fix MANIFEST file for packaging.
Ludovic Chabant <ludovic@chabant.com>
parents: 587
diff changeset
2 include INSTALL.rst
02955fbea705 cm: Fix MANIFEST file for packaging.
Ludovic Chabant <ludovic@chabant.com>
parents: 587
diff changeset
3 include LICENSE.rst
72
ecee3e8f35e5 Fix `setuptools` install.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
4 include README.rst
844
02955fbea705 cm: Fix MANIFEST file for packaging.
Ludovic Chabant <ludovic@chabant.com>
parents: 587
diff changeset
5
02955fbea705 cm: Fix MANIFEST file for packaging.
Ludovic Chabant <ludovic@chabant.com>
parents: 587
diff changeset
6 include pytest.ini
02955fbea705 cm: Fix MANIFEST file for packaging.
Ludovic Chabant <ludovic@chabant.com>
parents: 587
diff changeset
7 include setup.cfg
388
3890353d3e5a setup: Add `requirements.txt` to `MANIFEST.in` so it can be used by the setup.
Ludovic Chabant <ludovic@chabant.com>
parents: 72
diff changeset
8 include requirements.txt
3890353d3e5a setup: Add `requirements.txt` to `MANIFEST.in` so it can be used by the setup.
Ludovic Chabant <ludovic@chabant.com>
parents: 72
diff changeset
9 include dev-requirements.txt
844
02955fbea705 cm: Fix MANIFEST file for packaging.
Ludovic Chabant <ludovic@chabant.com>
parents: 587
diff changeset
10
02955fbea705 cm: Fix MANIFEST file for packaging.
Ludovic Chabant <ludovic@chabant.com>
parents: 587
diff changeset
11 recursive-include piecrust *
02955fbea705 cm: Fix MANIFEST file for packaging.
Ludovic Chabant <ludovic@chabant.com>
parents: 587
diff changeset
12 recursive-include tests *
9
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
13
844
02955fbea705 cm: Fix MANIFEST file for packaging.
Ludovic Chabant <ludovic@chabant.com>
parents: 587
diff changeset
14 global-exclude *.py[cdo] __pycache__ *.so
02955fbea705 cm: Fix MANIFEST file for packaging.
Ludovic Chabant <ludovic@chabant.com>
parents: 587
diff changeset
15 global-exclude .DS_Store Thumbs.db Desktop.ini
02955fbea705 cm: Fix MANIFEST file for packaging.
Ludovic Chabant <ludovic@chabant.com>
parents: 587
diff changeset
16 global-exclude *.swp *~ *.bak