Commit 585a9b5
committed
issue2551163 Docker/containerization support - pypi fix
pypi install is putting the stuff that should be in /usr/local/share
into site-packages/usr/local/share/..... So roundup-admin can't find
templates etc.
This patch links the files from the installed location to
/usr/local/share.
setuptools is a pain. Issue opened to fix this in setup.py.1 parent 510e95e commit 585a9b5
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
0 commit comments