Tsetup 1.4__tar.gz → 1.6__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,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Tsetup
3
- Version: 1.4
4
- Summary: An automation and network scanning utility tool.
3
+ Version: 1.6
4
+ Summary: An automatic Termux full setup command.
5
5
  Author-email: Abu Tanim <mrtanvai@gmail.com>
6
6
  License: Custom License
7
7
  Project-URL: Homepage, https://github.com/mrtan-official/Tsetup
@@ -65,7 +65,7 @@ logo = ("""[light_green]
65
65
  // | // | | / / // | |
66
66
  // |// | | / / // | |
67
67
  [b dark_sea_green2]setup tool
68
- [bold cyan]V[white]=[bold yellow]1.4[light_green]
68
+ [bold cyan]V[white]=[bold yellow]1.6[light_green]
69
69
  """)
70
70
 
71
71
  def space():
@@ -101,7 +101,7 @@ def main():
101
101
  elif choice in ["b", "B", "2", "02"]:
102
102
  game_pkg()
103
103
  elif choice in ["c", "C", "3", "03"]:
104
- shell("xdg-open http://www.facebook.com/abutanim.chowdury")
104
+ shell("xdg-open http://www.facebook.com/MrT4N.Official")
105
105
  main()
106
106
  elif choice in ["d", "D", "4", "04"]:
107
107
  print("[bold red]\n[!] Exiting tool... Goodbye![/bold red]")
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Tsetup
3
- Version: 1.4
4
- Summary: An automation and network scanning utility tool.
3
+ Version: 1.6
4
+ Summary: An automatic Termux full setup command.
5
5
  Author-email: Abu Tanim <mrtanvai@gmail.com>
6
6
  License: Custom License
7
7
  Project-URL: Homepage, https://github.com/mrtan-official/Tsetup
@@ -4,15 +4,14 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "Tsetup"
7
- version = "1.4"
7
+ version = "1.6"
8
8
  authors = [
9
9
  { name="Abu Tanim", email="mrtanvai@gmail.com" },
10
10
  ]
11
- description = "An automation and network scanning utility tool."
11
+ description = "An automatic Termux full setup command."
12
12
  readme = "README.md"
13
13
  requires-python = ">=3.13"
14
14
 
15
- # এখানে Custom License লিখে দিন
16
15
  license = { text = "Custom License" }
17
16
 
18
17
  dependencies = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes