diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-11-29 19:05:58 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-11-29 19:05:58 +0100 |
commit | d3570747e8ef4ba4068edd89501504df4ce3281c (patch) | |
tree | 74201cea46ec7e649f8f3a4c605433083058a9bc /setup.py | |
parent | 459ab0434fb37ae6ec8777c0118fa13033fb82d7 (diff) | |
download | mitmproxy-d3570747e8ef4ba4068edd89501504df4ce3281c.tar.gz mitmproxy-d3570747e8ef4ba4068edd89501504df4ce3281c.tar.bz2 mitmproxy-d3570747e8ef4ba4068edd89501504df4ce3281c.zip |
also build wheels
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -5,9 +5,10 @@ setup( version='1.0', py_modules=['rtool'], install_requires=[ - 'click~=6.2', - 'twine~=1.6.4', - 'virtualenv~=13.1.2', + 'click>=6.2', + 'twine>=1.6.4', + 'virtualenv>=13.1.2', + 'wheel>=0.26.0', ], entry_points={ 'console_scripts': [ |