diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-18 12:53:11 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-18 12:53:11 +0800 |
commit | fbdcbcd78779cde5cdebd28106abf904f6d026e2 (patch) | |
tree | 5601d40e0035fefe5e4e663a61fdb59769805cb1 /MANIFEST.in | |
parent | 5805759c264adf96e9feea78a3cd3bfc2871b1de (diff) | |
download | fg21sim-fbdcbcd78779cde5cdebd28106abf904f6d026e2.tar.bz2 |
MANIFEST.in: Install the Web UI templates and static files
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 95b91e0..a979591 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ include LICENSE include fg21sim/configs/*.conf.spec +include fg21sim/webui/templates/*.html +recursive-include fg21sim/webui/static * |