Mercurial > libervia-backend
changeset 1138:a7cdf03c00e9
setup: sat_frontends was omitted by the cleaning method
| author | souliane <souliane@mailoo.org> |
|---|---|
| date | Tue, 26 Aug 2014 09:54:23 +0200 |
| parents | 768f1f1ef12c |
| children | 75025461141f |
| files | setup.py |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Mon Aug 25 21:32:29 2014 +0200 +++ b/setup.py Tue Aug 26 09:54:23 2014 +0200 @@ -145,6 +145,7 @@ if to_remove is None: to_remove = [] for path in [os.path.join(self.install_lib, NAME), + os.path.join(self.install_lib, "%s_frontends" % NAME), os.path.join(self.install_data, 'share', 'doc', NAME), os.path.join(self.install_lib, "%s.egg-info" % self.config_vars['dist_fullname']), os.path.join(self.install_lib, "%s-py%s.egg-info" % (self.config_vars['dist_fullname'], self.config_vars['py_version_short'])),
