Mercurial > piecrust2
annotate MANIFEST.in @ 816:d9b1e5ad869f
docs: Add space before link
I always thought that adding a break line, it would automatically add a space. But from the current documentation page https://bolt80.com/piecrust/en/latest/getting-started/, looks like if the next line starts with a link, it gets truncated.
author | Bruno P. Kinoshita <kinow@users.noreply.github.com> |
---|---|
date | Sat, 22 Oct 2016 21:26:41 +1300 |
parents | d4a01a023998 |
children | 02955fbea705 |
rev | line source |
---|---|
72
ecee3e8f35e5
Fix `setuptools` install.
Ludovic Chabant <ludovic@chabant.com>
parents:
9
diff
changeset
|
1 include README.rst |
ecee3e8f35e5
Fix `setuptools` install.
Ludovic Chabant <ludovic@chabant.com>
parents:
9
diff
changeset
|
2 include CHANGELOG.rst |
ecee3e8f35e5
Fix `setuptools` install.
Ludovic Chabant <ludovic@chabant.com>
parents:
9
diff
changeset
|
3 include LICENSE.rst |
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
|
4 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
|
5 include dev-requirements.txt |
587
d4a01a023998
admin: Add "FoodTruck" admin panel from the side experiment project.
Ludovic Chabant <ludovic@chabant.com>
parents:
388
diff
changeset
|
6 recursive-include foodtruck *.py *.html |
d4a01a023998
admin: Add "FoodTruck" admin panel from the side experiment project.
Ludovic Chabant <ludovic@chabant.com>
parents:
388
diff
changeset
|
7 recursive-include foodtruck/static * |
72
ecee3e8f35e5
Fix `setuptools` install.
Ludovic Chabant <ludovic@chabant.com>
parents:
9
diff
changeset
|
8 recursive-include piecrust *.py mime.types |
ecee3e8f35e5
Fix `setuptools` install.
Ludovic Chabant <ludovic@chabant.com>
parents:
9
diff
changeset
|
9 recursive-include piecrust/resources * |
9
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
10 recursive-include tests *.py |
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
11 #global-exclude .DS_Store |
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
12 #global-exclude Thumbs.db |
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
13 #global-exclude Desktop.ini |
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
14 #global-exclude *.swp |
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
15 #global-exclude *~ |
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
16 #global-exclude *.bak |
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
17 |