From 483642ab27746bee75182629e9c1ee50601a20f7 Mon Sep 17 00:00:00 2001 From: Andras Kovi Date: Sun, 27 Nov 2022 12:51:40 +0100 Subject: [PATCH 1/5] Tidying up for new release --- description.html | 6 +++--- gradle.properties | 5 ----- .../pyvenvmanage/ConfigureModulePythonVenv.java | 2 +- .../pyvenvmanage/ConfigureProjectPythonVenv.java | 2 +- src/main/resources/META-INF/plugin.xml | 13 ++++++------- 5 files changed, 11 insertions(+), 17 deletions(-) diff --git a/description.html b/description.html index 3708c31..5bd3ae4 100644 --- a/description.html +++ b/description.html @@ -1,10 +1,10 @@ -PyVenvManage is a plugin for managing the Python interpreter of Pycharm Projects. +PyVenvManage 2 is a plugin for managing the Python interpreter of Python projects. It is a general issue that Python projects may have several interpreters in different virtual environments for the various versions of the language. Managing these venvs -is easily done with `tox`, but configuring the project in Pycharm is painful. +is easily done with `tox`, but configuring the interpreter for the project or module is painful. -With PyVenvManage the selection and setup of the venv is a few clicks without dialog boxes. +With PyVenvManage 2 the selection and setup of the venv is a few clicks without unwanted dialog boxes.

Features