diff options
author | Nao Pross <np@0hm.ch> | 2023-11-16 22:34:01 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2023-11-16 22:34:01 +0100 |
commit | ebdeea55438db5da1f27824e084f1a21534f853b (patch) | |
tree | d95054e7d0c4b581be62d02db04abd7f5fe2b387 /MANIFEST.in | |
parent | Fix bug when uptolevel is None (diff) | |
parent | misc (diff) | |
download | act4e-ebdeea55438db5da1f27824e084f1a21534f853b.tar.gz act4e-ebdeea55438db5da1f27824e084f1a21534f853b.zip |
Merge remote-tracking branch 'template/alphubel-prod' into alphubel-prod
Diffstat (limited to '')
-rw-r--r-- | MANIFEST.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 4e280e6..be06279 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,8 +12,15 @@ exclude LICENSE* prune .* exclude .* exclude src/conf.py +recursive-exclude src *.rst +recursive-exclude src *.less +recursive-include src *.css +recursive-include src *.sql +recursive-include src py.typed prune src/**/__pycache__ prune src/*_tests* prune out +prune assets #@ add local below + |