We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5289c commit fa2b168Copy full SHA for fa2b168
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '9.1.20240714'
+__version__ = '9.1.20240804'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/wppm.py
@@ -52,8 +52,7 @@ def __init__(self, fname):
52
53
def __str__(self):
54
text = f"{self.name} {self.version}"
55
- pytext = " for Python"
56
- text += f"{pytext}\n{self.description}\nWebsite: {self.url}\n[{Path(self.fname).name}]"
+ text += f"\r\n{self.description}\r\nWebsite: {self.url}"
57
return text
58
59
0 commit comments