summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAndrea Censi <acensi@ethz.ch>2021-10-15 23:34:01 +0200
committerAndrea Censi <acensi@ethz.ch>2021-10-15 23:34:01 +0200
commitda27223101363053a496e26842ade1432ddcd6c8 (patch)
treec01826859a05eee083c8e292640c9cdb001ce7cc /MANIFEST.in
parentBump to version 7.1.2110151556 (diff)
downloadact4e-da27223101363053a496e26842ade1432ddcd6c8.tar.gz
act4e-da27223101363053a496e26842ade1432ddcd6c8.zip
templates
Diffstat (limited to '')
-rw-r--r--MANIFEST.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..dc1dc93
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,23 @@
+#@ These are autogenerated. Add local stuff in the next section.
+
+include setup.json
+exclude project.pp1.yaml
+exclude Makefile*
+exclude Dockerfile*
+exclude *.mk
+exclude requirements*txt
+exclude MANIFEST.in
+exclude README*
+exclude LICENSE*
+prune .*
+exclude .*
+exclude src/conf.py
+recursive-exclude src *.rst
+recursive-exclude src *.less
+recursive-include src *.css
+recursive-include src *.sql
+prune src/**/__pycache__
+prune src/*_tests*
+prune out
+
+#@ add local below