Mercurial > piecrust2
annotate MANIFEST.in @ 852:4850f8c21b6e
core: Start of the big refactor for PieCrust 3.0.
* Everything is a `ContentSource`, including assets directories.
* Most content sources are subclasses of the base file-system source.
* A source is processed by a "pipeline", and there are 2 built-in pipelines,
one for assets and one for pages. The asset pipeline is vaguely functional,
but the page pipeline is completely broken right now.
* Rewrite the baking process as just running appropriate pipelines on each
content item. This should allow for better parallelization.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 17 May 2017 00:11:48 -0700 |
parents | 02955fbea705 |
children |
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 |