bdh-linux 4.0.2__tar.gz → 4.1.0__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: bdh-linux
3
- Version: 4.0.2
3
+ Version: 4.1.0
4
4
  Summary: bdh-linux — Backend Developer OS setup tool for Arch/Manjaro
5
5
  Author-email: Prabakaran <prabakaran20020430@gmail.com>
6
6
  License: MIT
@@ -43,9 +43,9 @@ def terminal():
43
43
  print("[yellow]⚡ zsh-autosuggestions already exists, skipping...[/yellow]")
44
44
 
45
45
  # zsh-syntax-highlighting
46
- if not os.path.isdir(os.path.expanduser("~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting")):
46
+ if not os.path.isdir(os.path.expanduser("~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting")):
47
47
  run("git clone --depth=1 https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting")
48
- else:
48
+ else:
49
49
  print("[yellow]⚡ zsh-syntax-highlighting already exists, skipping...[/yellow]")
50
50
 
51
51
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bdh-linux
3
- Version: 4.0.2
3
+ Version: 4.1.0
4
4
  Summary: bdh-linux — Backend Developer OS setup tool for Arch/Manjaro
5
5
  Author-email: Prabakaran <prabakaran20020430@gmail.com>
6
6
  License: MIT
@@ -4,13 +4,14 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "bdh-linux"
7
- version = "v4.0.2"
7
+ version = "v4.1.0"
8
8
  description = "bdh-linux — Backend Developer OS setup tool for Arch/Manjaro"
9
9
  readme = "README.md"
10
- license = {text = "MIT"}
11
10
  authors = [
12
- {name = "Prabakaran", email = "prabakaran20020430@gmail.com"}
11
+ { name = "Prabakaran", email = "prabakaran20020430@gmail.com" }
13
12
  ]
13
+ license = {text = "MIT"}
14
+
14
15
  keywords = ["linux", "backend", "developer", "fastapi", "arch", "manjaro"]
15
16
  classifiers = [
16
17
  "Programming Language :: Python :: 3",
File without changes
File without changes
File without changes