Skip to content

Commit fa2b168

Browse files
committed
small clean-up
1 parent 9e5289c commit fa2b168

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '9.1.20240714'
31+
__version__ = '9.1.20240804'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/wppm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ def __init__(self, fname):
5252

5353
def __str__(self):
5454
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}]"
55+
text += f"\r\n{self.description}\r\nWebsite: {self.url}"
5756
return text
5857

5958

0 commit comments

Comments
 (0)