File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3434 (Thomas Arendsen Hein)
3535- Allow using plain() on unsaved dates in HTML forms
3636 (Thomas Arendsen Hein)
37+ - setup.py now installs static files of the HTML documentation (stylesheets,
38+ images, etc.) (Thomas Arendsen Hein)
39+
3740
38412013-07-06: 1.5.0
3942
Original file line number Diff line number Diff line change @@ -98,6 +98,9 @@ def main():
9898
9999 # add docs
100100 data_files .append (include ('share/doc/roundup/html' , '*' ))
101+ data_files .append (include ('share/doc/roundup/html/_images' , '*' ))
102+ data_files .append (include ('share/doc/roundup/html/_sources' , '*' ))
103+ data_files .append (include ('share/doc/roundup/html/_static' , '*' ))
101104
102105 # perform the setup action
103106 from roundup import __version__
You can’t perform that action at this time.
0 commit comments