diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2021-11-03 13:13:58 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2021-11-03 14:16:38 +0100 |
| commit | 6b80bd0648bb9413689b06eb6915dec522830674 (patch) | |
| tree | 655bffd14955116adbca1609ad91b514bd0f5633 /scripts | |
| parent | 4a46aa39a5842887f100ad1fafad55d207497f40 (diff) | |
| download | psycopg2-6b80bd0648bb9413689b06eb6915dec522830674.tar.gz | |
Drop Windows exe package build
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build/appveyor.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build/appveyor.py b/scripts/build/appveyor.py index bd65007..4d312b1 100755 --- a/scripts/build/appveyor.py +++ b/scripts/build/appveyor.py @@ -326,10 +326,6 @@ def build_binary_packages(): add_pg_config_path() - # Build .exe packages for whom still use them - if opt.package_name == 'psycopg2': - run_python(['setup.py', 'bdist_wininst', "-d", opt.dist_dir]) - # Build .whl packages run_python(['setup.py', 'bdist_wheel', "-d", opt.dist_dir]) |
