Skip to content

Commit c504d8b

Browse files
authored
Merge pull request #110 from benjaoming/add-email-txt-files-to-dist
Add missing .txt templates to distribution
2 parents 24c2e60 + b5331ac commit c504d8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
2-
- repo: git://github.com/pre-commit/pre-commit-hooks
3-
sha: e19917ae62c365d4d746fa9639c7506435bcf1c8
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: e19917ae62c365d4d746fa9639c7506435bcf1c8
44
hooks:
55
- id: trailing-whitespace
66
- id: flake8
@@ -10,7 +10,7 @@ repos:
1010
- id: debug-statements
1111
- id: end-of-file-fixer
1212
- repo: https://github.com/asottile/reorder_python_imports
13-
sha: v0.3.5
13+
rev: v3.8.5
1414
hooks:
1515
- id: reorder-python-imports
1616
language_version: python3

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ include LICENSE
22
include README.rst
33
include setup.cfg
44
include requirements.txt
5-
recursive-include django_nyt *.html *.js *.mo *.po
5+
recursive-include django_nyt *.html *.js *.mo *.po *.txt

0 commit comments

Comments
 (0)