Tsetup 1.0__tar.gz → 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,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Tsetup
3
- Version: 1.0
3
+ Version: 1.2
4
4
  Summary: An automation and network scanning utility tool.
5
5
  Author-email: Abu Tanim <mrtanvai@gmail.com>
6
6
  License: Custom License
7
- Project-URL: Homepage, https://github.com/mrtan-official/T-setup
7
+ Project-URL: Homepage, https://github.com/mrtan-official/Tsetup
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Operating System :: POSIX :: Linux
10
10
  Requires-Python: >=3.13
@@ -0,0 +1 @@
1
+ from .setup import *
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Tsetup
3
- Version: 1.0
3
+ Version: 1.2
4
4
  Summary: An automation and network scanning utility tool.
5
5
  Author-email: Abu Tanim <mrtanvai@gmail.com>
6
6
  License: Custom License
7
- Project-URL: Homepage, https://github.com/mrtan-official/T-setup
7
+ Project-URL: Homepage, https://github.com/mrtan-official/Tsetup
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Operating System :: POSIX :: Linux
10
10
  Requires-Python: >=3.13
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "Tsetup"
7
- version = "1.0"
7
+ version = "1.2"
8
8
  authors = [
9
9
  { name="Abu Tanim", email="mrtanvai@gmail.com" },
10
10
  ]
@@ -28,7 +28,7 @@ classifiers = [
28
28
  ]
29
29
 
30
30
  [project.urls]
31
- Homepage = "https://github.com/mrtan-official/T-setup"
31
+ Homepage = "https://github.com/mrtan-official/Tsetup"
32
32
 
33
33
  [tool.setuptools.packages.find]
34
34
  where = ["."]
@@ -1 +0,0 @@
1
- #f
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes