8000 Merge pull request #1204 from stonebig/master · Tmusvit/winpython@0a9e71a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a9e71a

Browse files
authored
Merge pull request winpython#1204 from stonebig/master
tweak years, remove python2 reference
2 parents 6aa1eec + 4162153 commit 0a9e71a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2012-2014 Pierre Raybaut
2-
Copyright (c) 2014-2017 The Winpython development team https://github.com/winpython/
2+
Copyright (c) 2014-2023+ The Winpython development team https://github.com/winpython/
33

44
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:
55

README.rst

Lines changed: 3 additions & 3 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-2019+ The Winpython development team https://github.com/winpython/
6+
Copyright @ 2014-2023+ 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)
@@ -22,7 +22,7 @@ WinPython Package Manager (WPPM)
2222
a graphical layer over pip, to let you install/uninstall
2323
to your WinPython distribution any standard Python package built
2424
as source (e.g. "dummypackage-2.1.zip" or "dummypackage-2.1.tar.gz")
25-
or as wheel (e.g. "dummypackage-2.1-py2.py3-none-any.whl")
25+
or as wheel (e.g. "dummypackage-2.1-py3-none-any.whl")
2626

2727
WinPython build toolchain
2828
make.py is the script used to
@@ -31,7 +31,7 @@ WinPython build toolchain
3131
Dependencies
3232
------------
3333

34-
* Python2 >= 2.7 or Python3 >= 3.4 (Python>= 3.7 is recommended)
34+
* Python3 >= 3.4 (Python>= 3.7 is recommended)
3535

3636
* PyQt5 >= 5.6 or PySide2>=5.11 (PyQt5 >=5.12 or Pyside2 >= 5.12 is recommended)
3737

0 commit comments

Comments
 (0)
0