diff options
| author | Bernát Gábor <bgabor8@bloomberg.net> | 2020-02-21 15:54:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-21 15:54:13 +0000 |
| commit | f9fbd94bec42b32688dcfc481353f4e407144e1e (patch) | |
| tree | 3fc5b19763e71b6c1e2cb9fa96ed4162c5bb3859 /setup.cfg | |
| parent | 5b88149cf4ed72bed1cf9dc90d7f979669154a02 (diff) | |
| download | virtualenv-f9fbd94bec42b32688dcfc481353f4e407144e1e.tar.gz | |
macOs Python 2 Framework support (#1641)
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ virtualenv.create = cpython3-posix = virtualenv.create.via_global_ref.builtin.cpython.cpython3:CPython3Posix cpython3-win = virtualenv.create.via_global_ref.builtin.cpython.cpython3:CPython3Windows cpython2-posix = virtualenv.create.via_global_ref.builtin.cpython.cpython2:CPython2Posix + cpython2-mac-framework = virtualenv.create.via_global_ref.builtin.cpython.mac_os:CPython2macOsFramework cpython2-win = virtualenv.create.via_global_ref.builtin.cpython.cpython2:CPython2Windows pypy2-posix = virtualenv.create.via_global_ref.builtin.pypy.pypy2:PyPy2Posix pypy2-win = virtualenv.create.via_global_ref.builtin.pypy.pypy2:Pypy2Windows |
