Skip to content

Commit ee32a5c

Browse files
committed
remove packaging strong dependancy
1 parent bc7ce67 commit ee32a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2.20250823'
31+
__version__ = '17.3.20260411'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

wppm/diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import sys
1111
import shutil
1212
from pathlib import Path
13-
from packaging import version
13+
from importlib.metadata import version
1414
from . import utils
1515

1616
CHANGELOGS_DIR = Path(__file__).parent.parent / "changelogs"

0 commit comments

Comments
 (0)