10000 small facelift · winpython/winpython@44ade17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44ade17

Browse files
committed
small facelift
1 parent 3b9eb90 commit 44ade17

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

LICENSE

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
2+
MIT licence
3+
14
Copyright (c) 2012-2014 Pierre Raybaut
2-
Copyright (c) 2014-2023+ The Winpython development team https://github.com/winpython/
5+
Copyright (c) 2014-2024+ The Winpython development team https://github.com/winpython/
6+
37

48
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
59

README.rst

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WinPython tools
33

44
Copyright @ 2012-2013 Pierre Raybaut
55

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

88
Licensed under the terms of the MIT License
99
(see winpython/__init__.py for details)
@@ -19,10 +19,8 @@ This is the `winpython` Python package, not the distribution itself.
1919
It includes two main features:
2020

2121
WinPython Package Manager (WPPM)
22-
a graphical layer over pip, to let you install/uninstall
23-
to your WinPython distribution any standard Python package built
24-
as source (e.g. "dummypackage-2.1.zip" or "dummypackage-2.1.tar.gz")
25-
or as wheel (e.g. "dummypackage-2.1-py3-none-any.whl")
22+
a complementary tool to navigate provided package list or register WinPython
23+
pip is the recommanded way to add or remove packages
2624

2725
WinPython build toolchain
2826
make.py is the script used to
@@ -31,18 +29,14 @@ WinPython build toolchain
3129
Dependencies
3230
------------
3331

34-
* Python3 >= 3.4 (Python>= 3.7 is recommended)
35-
36-
* PyQt5 >= 5.6 or PySide2>=5.11 (PyQt5 >=5.12 or Pyside2 >= 5.12 is recommended)
32+
* Python3 >= 3.8
3733

3834

3935
Requirements
4036
------------
4137

4238
* NSIS (for icon shortcut creations, installer can be NSIS, INNO, 7-Zip, or nothing)
43-
44-
* PyQt5 or Pyside2 is required to execute WinPython Control Panel/Ipython Qt and Qt related packages.
45-
if not installed, these packages will not execute.
39+
4640

4741
Installation
4842
------------

0 commit comments

Comments
 (0)
0