commit | 30e05a6daec49212c7fcdd8018f3be4a9b2a3b6b | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Thu Jun 14 13:31:24 2018 +0200 |
committer | Jiri Broulik <jbroulik@mirantis.com> | Thu Jun 14 13:31:24 2018 +0200 |
tree | 1388f36d08de0cc686f9098b7b92bd2a32ef1934 | |
parent | fff50fce5cdea6c32740edd9452a0896a5492233 [diff] [blame] |
Imported Upstream version 1.5.2
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..2f5e543 --- /dev/null +++ b/setup.cfg
@@ -0,0 +1,8 @@ +[bdist_wheel] +# This flag says that the code is written to work on both Python 2 and Python +# 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