8000 removes packages.ini usage · Nizhal/winpython@d0a6da6 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0a6da6

Browse files
committed
removes packages.ini usage
makes thigns complex and not WinPython business
1 parent 1ba56bf commit d0a6da6

File tree

6 files changed

+78
-3895
lines changed

6 files changed

+78
-3895
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def get_tool_path_dir(relpath):
367367
]
368368
tools = []
369369
for name, ver in installed_tools:
370-
metadata = wppm.get_package_metadata("tools.ini", name)
370+
metadata = utils.get_package_metadata("tools.ini", name)
371371
url, desc = (
372372
metadata["url"],
373373
metadata["description"],

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

0 commit comments

Comments
 (0)
0