commit | 9d066a232b97cedd83dea79599aefa6490adc54a | [log] [tgz] |
---|---|---|
author | Andrew Pickford <anpickford@googlemail.com> | Tue Apr 18 15:30:08 2017 +0200 |
committer | Andrew Pickford <anpickford@googlemail.com> | Tue Apr 18 15:30:08 2017 +0200 |
tree | 13d13267c81c04053e36e24b32f8a78a6857e5c3 | |
parent | 1e64dcc37124c63d12c6a2f654f17f8d2a686aa3 [diff] |
/usr now default prefix for installations
diff --git a/setup.cfg b/setup.cfg index d645be7..2f5e543 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -3,3 +3,6 @@ # 3. If at all possible, it is good practice to do this. If you cannot, you # will need to generate wheels for each Python version that you support. universal=0 + +[install] +prefix: /usr