ByteBomber 1.2.0__tar.gz → 1.2.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,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ByteBomber
3
- Version: 1.2.0
4
- Summary: A ZIP bomb generator for educational purposes, demonstrating the dangers of zip file compression ratios.
3
+ Version: 1.2.1
4
+ Summary: ZIP bomb generator (for educational purposes only)
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/luckalgorithm/ByteBomber
7
7
  Project-URL: Documentation, https://luckalgorithm.github.io/ByteBomber
@@ -1,10 +1,10 @@
1
1
  LICENSE
2
2
  README.md
3
3
  pyproject.toml
4
- ByteBomber/__init__.py
5
- ByteBomber/__main__.py
6
4
  ByteBomber.egg-info/PKG-INFO
7
5
  ByteBomber.egg-info/SOURCES.txt
8
6
  ByteBomber.egg-info/dependency_links.txt
9
7
  ByteBomber.egg-info/entry_points.txt
10
- ByteBomber.egg-info/top_level.txt
8
+ ByteBomber.egg-info/top_level.txt
9
+ bytebomber/__init__.py
10
+ bytebomber/__main__.py
@@ -0,0 +1 @@
1
+ bytebomber
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ByteBomber
3
- Version: 1.2.0
4
- Summary: A ZIP bomb generator for educational purposes, demonstrating the dangers of zip file compression ratios.
3
+ Version: 1.2.1
4
+ Summary: ZIP bomb generator (for educational purposes only)
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/luckalgorithm/ByteBomber
7
7
  Project-URL: Documentation, https://luckalgorithm.github.io/ByteBomber
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ByteBomber"
7
- version = "1.2.0"
8
- description = "A ZIP bomb generator for educational purposes, demonstrating the dangers of zip file compression ratios."
7
+ version = "1.2.1"
8
+ description = "ZIP bomb generator (for educational purposes only)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.6,<4.0"
11
11
  license = { text = "MIT" }
@@ -1 +0,0 @@
1
- ByteBomber
File without changes
File without changes
File without changes