summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2023-11-16 22:34:01 +0100
committerNao Pross <np@0hm.ch>2023-11-16 22:34:01 +0100
commitebdeea55438db5da1f27824e084f1a21534f853b (patch)
treed95054e7d0c4b581be62d02db04abd7f5fe2b387 /MANIFEST.in
parentFix bug when uptolevel is None (diff)
parentmisc (diff)
downloadact4e-ebdeea55438db5da1f27824e084f1a21534f853b.tar.gz
act4e-ebdeea55438db5da1f27824e084f1a21534f853b.zip
Merge remote-tracking branch 'template/alphubel-prod' into alphubel-prod
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in7
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
+