diff options
author | Andrea Censi <acensi@ethz.ch> | 2022-02-22 20:02:29 +0100 |
---|---|---|
committer | Andrea Censi <acensi@ethz.ch> | 2022-02-22 20:02:29 +0100 |
commit | d7381d180ec8e9f72a5fae76ad713003b30b4c7e (patch) | |
tree | 3a4a2aa0c9224592ac62d43f1ad5cf8082230a11 /MANIFEST.in | |
parent | more comments (diff) | |
parent | fix (diff) | |
download | act4e-d7381d180ec8e9f72a5fae76ad713003b30b4c7e.tar.gz act4e-d7381d180ec8e9f72a5fae76ad713003b30b4c7e.zip |
misc
Diffstat (limited to '')
-rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index dc1dc93..4e280e6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,10 +12,6 @@ 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 |