File: 0002-Remove-pip-install-instructions.patch

package info (click to toggle)
python-re-assert 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: python: 148; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Dale Richards <dale@dalerichards.net>
Date: Sun, 14 Apr 2024 15:05:18 +0100
Subject: Remove pip install instructions
Forwarded: not-needed

---
 README.md | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/README.md b/README.md
index 2b33758..d1c1288 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,6 @@ re-assert
 
 show where your regex match assertion failed!
 
-## installation
-
-`pip install re-assert`
-
 ## usage
 
 `re-assert` provides a helper class to make assertions of regexes simpler.