Mercurial > p > roundup > code
comparison setup.py @ 4844:6ba2d471d76b
setup.py now installs static files of the HTML documentation
(stylesheets, images, etc.)
| author | Thomas Arendsen Hein <thomas@intevation.de> |
|---|---|
| date | Thu, 31 Oct 2013 15:47:04 +0100 |
| parents | f61bd780892e |
| children | 1484893daeff |
comparison
equal
deleted
inserted
replaced
| 4843:55d1a73d6118 | 4844:6ba2d471d76b |
|---|---|
| 96 data_files.append((os.path.dirname(_mo_file), | 96 data_files.append((os.path.dirname(_mo_file), |
| 97 [os.path.join("build", _mo_file)])) | 97 [os.path.join("build", _mo_file)])) |
| 98 | 98 |
| 99 # add docs | 99 # add docs |
| 100 data_files.append(include('share/doc/roundup/html', '*')) | 100 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', '*')) | |
| 101 | 104 |
| 102 # perform the setup action | 105 # perform the setup action |
| 103 from roundup import __version__ | 106 from roundup import __version__ |
| 104 | 107 |
| 105 # long_description may not contain non-ascii characters. Distutils | 108 # long_description may not contain non-ascii characters. Distutils |
