Skip to content

Commit e1c0aa9

Browse files
committed
prepare for publishing b1
1 parent c3681c7 commit e1c0aa9

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

README.rst

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
WinPython tools
22
===============
33

4-
Copyright @ 2012-2013 Pierre Raybaut
4+
Copyright 2012-2013 Pierre Raybaut
55

6-
Copyright @ 2014-2025+ The Winpython development team https://github.com/winpython/
6+
Copyright 2014-2025+ The Winpython development team: https://github.com/winpython/
77

88
Licensed under the terms of the MIT License
99
(see wppm/__init__.py for details)
@@ -13,7 +13,7 @@ Overview
1313
--------
1414

1515
WinPython is a portable distribution of the Python programming
16-
language for Windows (https://winpython.github.io).
16+
language for Windows: https://winpython.github.io
1717

1818
This is the `wppm` Python package and build toolchain repository, not the distribution itself.
1919
It includes two main features:
@@ -49,24 +49,31 @@ Wppm build
4949
From the source package (see section 'Building dependencies'), you may
5050
build WPPM using the following commands:
5151

52-
**python -m pip install flit**
52+
.. code-block:: bash
5353
54-
**python -m flit build**
54+
python -m pip install flit
55+
python -m flit build
5556
5657
Winpython Distribution wheels installation
5758
------------------------------------------
5859

5960
To only install the wheels assembled per WinPython Distribution, you may
60-
**python -m pip install --no-deps --require-hashes https://github.com/winpython/winpython/releases/download/16.6.20250620final/requir.64-3_13_5_0slim.txt
61+
62+
.. code-block:: bash
63+
64+
python -m pip install --no-deps --require-hashes https://github.com/winpython/winpython/releases/download/16.6.20250620final/requir.64-3_13_5_0slim.txt
6165
6266
A pylock file is also available, when you package manager can handle it
63-
**https://github.com/winpython/winpython/releases/download/16.6.20250620final/pylock.64-3_13_5_0slim.toml
67+
68+
.. code-block:: text
69+
70+
https://github.com/winpython/winpython/releases/download/16.6.20250620final/pylock.64-3_13_5_0slim.toml
6471
6572
But the easiest way to install the last stable release of WinPython is
6673
by using a zipped distribution with or without auto-extractor: https://winpython.github.io/
6774

68-
More informations
69-
-----------------
75+
More information
76+
----------------
7077

7178
* Downloads: https://sourceforge.net/projects/winpython/files/ or https://github.com/winpython/winpython/releases
7279

wppm/__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__ = '17.1.20250705a1'
31+
__version__ = '17.1.20250712b1'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

0 commit comments

Comments
 (0)