htx-cli 0.1.0__tar.gz → 0.1.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: htx-cli
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: htx-cli command-line client for the Disk backend API
5
5
  Requires-Python: >=3.11
6
6
  Description-Content-Type: text/markdown
@@ -19,7 +19,12 @@ Requires-Dist: requests<3,>=2.32
19
19
  ## Install
20
20
 
21
21
  ```bash
22
- source /Users/jyonn/Projects/venv/django/bin/activate
22
+ pip install htx-cli
23
+ ```
24
+
25
+ For local development:
26
+
27
+ ```bash
23
28
  pip install -e .
24
29
  ```
25
30
 
@@ -10,7 +10,12 @@
10
10
  ## Install
11
11
 
12
12
  ```bash
13
- source /Users/jyonn/Projects/venv/django/bin/activate
13
+ pip install htx-cli
14
+ ```
15
+
16
+ For local development:
17
+
18
+ ```bash
14
19
  pip install -e .
15
20
  ```
16
21
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "htx-cli"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "htx-cli command-line client for the Disk backend API"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -1,3 +1,3 @@
1
1
  __all__ = ["__version__"]
2
2
 
3
- __version__ = "0.1.0"
3
+ __version__ = "0.1.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: htx-cli
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: htx-cli command-line client for the Disk backend API
5
5
  Requires-Python: >=3.11
6
6
  Description-Content-Type: text/markdown
@@ -19,7 +19,12 @@ Requires-Dist: requests<3,>=2.32
19
19
  ## Install
20
20
 
21
21
  ```bash
22
- source /Users/jyonn/Projects/venv/django/bin/activate
22
+ pip install htx-cli
23
+ ```
24
+
25
+ For local development:
26
+
27
+ ```bash
23
28
  pip install -e .
24
29
  ```
25
30
 
File without changes
File without changes
File without changes
File without changes