From 3495fdaf5e88da75b5dab80983f324fd1ef96873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 2 Feb 2023 10:39:31 +0100 Subject: Don't bother with generating .exe and .msi packages. --- README.rst | 4 ---- appveyor.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index f0b3a27..9258338 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,6 @@ M2Crypto :Web-Site: https://gitlab.com/m2crypto/m2crypto :Documentation: https://m2crypto.readthedocs.io/ :Email list: m2crypto@lists.redcrew.org or http://redcrew.org/mailman/listinfo/m2crypto -:IRC channel: `#m2crypto`_ on Freenode M2Crypto = Python + OpenSSL + SWIG ---------------------------------- @@ -66,6 +65,3 @@ Note these caveats: things are cleared when the Python objects are deleted. Have fun! Your feedback is welcome. - -.. _`#m2crypto`: - irc://Freenode/#m2crypto diff --git a/appveyor.yml b/appveyor.yml index f42132e..a05cc17 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -166,7 +166,7 @@ test_script: after_test: # If tests are successful, create a whl package for the project. - - "%PYTHON%\\python.exe setup.py bdist_wheel bdist_wininst bdist_msi" + - "%PYTHON%\\python.exe setup.py bdist_wheel" - ps: "ls dist" artifacts: -- cgit v1.2.1