# HG changeset patch # User Paul Fisher # Date 1569785006 14400 # Node ID 4c25d5bb35343a7bb4ed96912538aef76aa9b119 # Parent f8c2cb05d64373e4596920867f6029b97ffdffbf Fix manifest data paths. diff -r f8c2cb05d643 -r 4c25d5bb3534 MANIFEST.in --- a/MANIFEST.in Sun Sep 29 15:20:22 2019 -0400 +++ b/MANIFEST.in Sun Sep 29 15:23:26 2019 -0400 @@ -1,2 +1,2 @@ -include static/* -include templates/* +include weather_server/static/* +include weather_server/templates/*