python-fork 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: python-fork
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A CLI tool to fork and set up files.
5
5
  Author: Manjas Anand
6
6
  Requires-Python: >=3.8
@@ -10,7 +10,11 @@ Description-Content-Type: text/markdown
10
10
  A lightweight CLI tool to automatically set up and generate your project files. ⚡📁
11
11
  ## 🚀 Installation
12
12
  Install it directly using pip:
13
+ `
13
14
  ⁠pip install python-fork⁠
15
+ `
16
+ ## Running
17
+ Just type `python-fork` in terminal
14
18
  ## 🛠️ Usage
15
19
  Run the tool anywhere in your terminal:
16
20
  ⁠python-fork⁠
@@ -2,7 +2,11 @@
2
2
  A lightweight CLI tool to automatically set up and generate your project files. ⚡📁
3
3
  ## 🚀 Installation
4
4
  Install it directly using pip:
5
+ `
5
6
  ⁠pip install python-fork⁠
7
+ `
8
+ ## Running
9
+ Just type `python-fork` in terminal
6
10
  ## 🛠️ Usage
7
11
  Run the tool anywhere in your terminal:
8
12
  ⁠python-fork⁠
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python-fork"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "A CLI tool to fork and set up files."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-fork
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A CLI tool to fork and set up files.
5
5
  Author: Manjas Anand
6
6
  Requires-Python: >=3.8
@@ -10,7 +10,11 @@ Description-Content-Type: text/markdown
10
10
  A lightweight CLI tool to automatically set up and generate your project files. ⚡📁
11
11
  ## 🚀 Installation
12
12
  Install it directly using pip:
13
+ `
13
14
  ⁠pip install python-fork⁠
15
+ `
16
+ ## Running
17
+ Just type `python-fork` in terminal
14
18
  ## 🛠️ Usage
15
19
  Run the tool anywhere in your terminal:
16
20
  ⁠python-fork⁠
File without changes