diff options
author | Anthony Sottile <asottile@umich.edu> | 2018-10-04 23:18:47 -0700 |
---|---|---|
committer | Bernát Gábor <gaborjbernat@gmail.com> | 2018-10-05 07:18:47 +0100 |
commit | c185fc63d3e09896679d96d201820838ef1d3519 (patch) | |
tree | 00a79ae3bf70c784268a9aa86d87727e3a4d8530 | |
parent | 384c8d13490f171a7ad99eeedd7fe45021a83d87 (diff) | |
download | virtualenv-c185fc63d3e09896679d96d201820838ef1d3519.tar.gz |
Upgrade bundled (#1205)
-rw-r--r-- | setup.py | 3 | ||||
-rw-r--r-- | virtualenv_support/pip-10.0.1-py2.py3-none-any.whl | bin | 1307639 -> 0 bytes | |||
-rw-r--r-- | virtualenv_support/pip-18.0-py2.py3-none-any.whl | bin | 0 -> 1307744 bytes | |||
-rw-r--r-- | virtualenv_support/setuptools-40.4.3-py2.py3-none-any.whl (renamed from virtualenv_support/setuptools-39.1.0-py2.py3-none-any.whl) | bin | 566761 -> 569620 bytes |
4 files changed, 2 insertions, 1 deletions
@@ -108,6 +108,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ], keywords='setuptools deployment installation distutils', author='Ian Bicking', @@ -119,5 +120,5 @@ setup( py_modules=['virtualenv'], packages=['virtualenv_support'], package_data={'virtualenv_support': ['*.whl']}, - python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*', + python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*', **setup_params) diff --git a/virtualenv_support/pip-10.0.1-py2.py3-none-any.whl b/virtualenv_support/pip-10.0.1-py2.py3-none-any.whl Binary files differdeleted file mode 100644 index 9837092..0000000 --- a/virtualenv_support/pip-10.0.1-py2.py3-none-any.whl +++ /dev/null diff --git a/virtualenv_support/pip-18.0-py2.py3-none-any.whl b/virtualenv_support/pip-18.0-py2.py3-none-any.whl Binary files differnew file mode 100644 index 0000000..1a93cbe --- /dev/null +++ b/virtualenv_support/pip-18.0-py2.py3-none-any.whl diff --git a/virtualenv_support/setuptools-39.1.0-py2.py3-none-any.whl b/virtualenv_support/setuptools-40.4.3-py2.py3-none-any.whl Binary files differindex 9380580..7b1402d 100644 --- a/virtualenv_support/setuptools-39.1.0-py2.py3-none-any.whl +++ b/virtualenv_support/setuptools-40.4.3-py2.py3-none-any.whl |