Skip to content

Commit 117dffd

Browse files
committed
README.md Update for PKG-INFO
1 parent 159aa24 commit 117dffd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,14 @@ module without external dependencies.
3333

3434
You can also run the .zip file.
3535

36-
python patch-1.15.zip diff.patch
36+
python patch-1.16.zip diff.patch
3737

3838
### Installation
3939

4040
**patch.py** is self sufficient. You can copy it into your repository
4141
and use it from here. This setup will always be repeatable. But if
4242
you need to add `patch` module as a dependency, make sure to use strict
43-
specifiers to avoid hitting an API break:
44-
45-
pip install "patch>=1,<2"
46-
47-
With pip 6.x.x and later it is possible to use the alternative syntax:
43+
specifiers to avoid hitting an API break when version 2 is released:
4844

4945
pip install "patch==1.*"
5046

0 commit comments

Comments
 (0)