Mercurial > p > roundup > code
comparison setup.py @ 4100:26f840bce0c9
Further cleanup.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Thu, 12 Mar 2009 18:43:04 +0000 |
| parents | 3c0852dbcf39 |
| children | ed9dd44b470b |
comparison
equal
deleted
inserted
replaced
| 4099:3c0852dbcf39 | 4100:26f840bce0c9 |
|---|---|
| 87 for (_dist_file, _mo_file) in list_message_files(): | 87 for (_dist_file, _mo_file) in list_message_files(): |
| 88 data_files.append((os.path.dirname(_mo_file), | 88 data_files.append((os.path.dirname(_mo_file), |
| 89 [os.path.join("build", _mo_file)])) | 89 [os.path.join("build", _mo_file)])) |
| 90 | 90 |
| 91 # add docs | 91 # add docs |
| 92 data_files.append(include(os.path.join('share/doc/roundup/html'), '*')) | 92 data_files.append(include('share/doc/roundup/html', '*')) |
| 93 | 93 |
| 94 # perform the setup action | 94 # perform the setup action |
| 95 from roundup import __version__ | 95 from roundup import __version__ |
| 96 | 96 |
| 97 setup(name='roundup', | 97 setup(name='roundup', |
