watch-diff 0.7.0__tar.gz → 0.7.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ __pycache__/
@@ -1,7 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: watch-diff
3
- Version: 0.7.0
3
+ Version: 0.7.2
4
4
  Summary: Watch command output and get notified on changes
5
+ Project-URL: Homepage, https://github.com/francisbergin/watch-diff
5
6
  Author-email: Francis Bergin <me@francisbergin.ca>
6
7
  Maintainer-email: Francis Bergin <me@francisbergin.ca>
7
8
  License-Expression: MIT
@@ -55,12 +56,7 @@ export SMTP_PASS
55
56
  ## development
56
57
 
57
58
  ```shell
58
- # setup
59
- python3 -m venv venv && . venv/bin/activate
60
-
61
- # editable install
62
- pip install -e .[dev]
63
-
64
- # running tests
59
+ uv sync
60
+ uv build
65
61
  python -m unittest -v
66
62
  ```
@@ -44,12 +44,7 @@ export SMTP_PASS
44
44
  ## development
45
45
 
46
46
  ```shell
47
- # setup
48
- python3 -m venv venv && . venv/bin/activate
49
-
50
- # editable install
51
- pip install -e .[dev]
52
-
53
- # running tests
47
+ uv sync
48
+ uv build
54
49
  python -m unittest -v
55
50
  ```
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "watch-diff"
3
- version = "0.7.0"
3
+ version = "0.7.2"
4
4
  description = "Watch command output and get notified on changes"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -13,6 +13,9 @@ license = "MIT"
13
13
  requires-python = ">=3.10"
14
14
  dependencies = []
15
15
 
16
+ [project.urls]
17
+ Homepage = "https://github.com/francisbergin/watch-diff"
18
+
16
19
  [project.scripts]
17
20
  watch-diff = "watch_diff.__main__:main"
18
21
 
@@ -4,5 +4,5 @@ requires-python = ">=3.10"
4
4
 
5
5
  [[package]]
6
6
  name = "watch-diff"
7
- version = "0.7.0"
7
+ version = "0.7.2"
8
8
  source = { editable = "." }
@@ -1,2 +0,0 @@
1
- __pycache__/
2
- watch_diff.egg-info/
File without changes
File without changes