diff options
| author | Bernát Gábor <gaborjbernat@gmail.com> | 2022-07-25 10:11:06 -0700 |
|---|---|---|
| committer | Bernát Gábor <bgabor8@bloomberg.net> | 2022-07-25 15:40:34 -0700 |
| commit | c0ba7809fb5d077ca12d4ab0dee4057513f908e5 (patch) | |
| tree | d3ad9af6febbbc403893c1637e40920fd2b4540c /setup.cfg | |
| parent | ecc1cb7d4a8fc1b880bc1f30c4589b614cadabf7 (diff) | |
| download | virtualenv-20.16.0.tar.gz | |
Fix zipapp20.16.0
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -18,10 +18,8 @@ classifiers = Operating System :: MacOS :: MacOS X Operating System :: Microsoft :: Windows Operating System :: POSIX - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 @@ -45,7 +43,7 @@ install_requires = platformdirs>=2,<3 importlib-metadata>=0.12;python_version<"3.8" importlib-resources>=1.0;python_version<"3.7" -python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.* +python_requires = >=3.6 package_dir = =src zip_safe = True |
