nmaping 1.4__tar.gz → 1.5__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: nmaping
3
- Version: 1.4
3
+ Version: 1.5
4
4
  Summary: An automation and network scanning utility tool.
5
5
  Author-email: Abu Tanim <mrtanvai@gmail.com>
6
6
  License: Custom License
@@ -9,6 +9,7 @@ Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Operating System :: POSIX :: Linux
10
10
  Requires-Python: >=3.13
11
11
  Description-Content-Type: text/markdown
12
+ Requires-Dist: requests
12
13
 
13
14
  # Nmap-scaning
14
15
  This code write by Mr Tan.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nmaping
3
- Version: 1.4
3
+ Version: 1.5
4
4
  Summary: An automation and network scanning utility tool.
5
5
  Author-email: Abu Tanim <mrtanvai@gmail.com>
6
6
  License: Custom License
@@ -9,6 +9,7 @@ Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Operating System :: POSIX :: Linux
10
10
  Requires-Python: >=3.13
11
11
  Description-Content-Type: text/markdown
12
+ Requires-Dist: requests
12
13
 
13
14
  # Nmap-scaning
14
15
  This code write by Mr Tan.
@@ -6,4 +6,5 @@ nmaping.egg-info/PKG-INFO
6
6
  nmaping.egg-info/SOURCES.txt
7
7
  nmaping.egg-info/dependency_links.txt
8
8
  nmaping.egg-info/entry_points.txt
9
+ nmaping.egg-info/requires.txt
9
10
  nmaping.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ requests
@@ -4,13 +4,16 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "nmaping"
7
- version = "1.4"
7
+ version = "1.5"
8
8
  authors = [
9
9
  { name="Abu Tanim", email="mrtanvai@gmail.com" },
10
10
  ]
11
11
  description = "An automation and network scanning utility tool."
12
12
  readme = "README.md"
13
13
  requires-python = ">=3.13"
14
+ dependencies = [
15
+ "requests",
16
+ ]
14
17
  license = { text = "Custom License" }
15
18
 
16
19
  classifiers = [
@@ -30,3 +33,4 @@ nmaping = ["*.so"]
30
33
 
31
34
  [project.scripts]
32
35
  nmaping = "nmaping.nmap:menu"
36
+
File without changes
File without changes
File without changes