listinput 0.1.1__tar.gz → 0.1.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: listinput
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A custom package to handle various user list inputs easily.
5
5
  Author-email: H1te5h <malviya.hitesh.1607@gmail.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -16,7 +16,7 @@ A custom Python package to easily handle various types of user list inputs from
16
16
  ## Installation
17
17
 
18
18
  ```bash
19
- pip install your_unique_listinput_pkg_name
19
+ pip install listinput
20
20
  ```
21
21
 
22
22
  ## Usage Examples
@@ -5,7 +5,7 @@ A custom Python package to easily handle various types of user list inputs from
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- pip install your_unique_listinput_pkg_name
8
+ pip install listinput
9
9
  ```
10
10
 
11
11
  ## Usage Examples
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "listinput"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  authors = [
9
9
  { name="H1te5h", email="malviya.hitesh.1607@gmail.com" }
10
10
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: listinput
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A custom package to handle various user list inputs easily.
5
5
  Author-email: H1te5h <malviya.hitesh.1607@gmail.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -16,7 +16,7 @@ A custom Python package to easily handle various types of user list inputs from
16
16
  ## Installation
17
17
 
18
18
  ```bash
19
- pip install your_unique_listinput_pkg_name
19
+ pip install listinput
20
20
  ```
21
21
 
22
22
  ## Usage Examples
File without changes