diff options
author | Frederick Muriuki Muriithi | 2024-08-07 12:55:04 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-08-07 12:55:04 -0500 |
commit | 0087e2b063db4ebc4990e94f5e0ed2253d8b1da4 (patch) | |
tree | bd65b3c068a9dc134a8964e832bcbf9c3b89aea7 | |
parent | 91be84efe80891187a6cbb08bd0b5061ffb2613d (diff) | |
download | gn-uploader-0087e2b063db4ebc4990e94f5e0ed2253d8b1da4.tar.gz |
Update installer manifest.
-rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c515f0e..79339cd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.org recursive-include etc *.py *.csv -recursive-include qc_app/static *.js *.css *.png -recursive-include qc_app/templates *.html +recursive-include uploader/static *.js *.css *.png +recursive-include uploader/templates *.html recursive-exclude tests/ *.py *.tsv *.csv
\ No newline at end of file |