pathl 0.1.4__tar.gz → 0.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,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pathl
3
- Version: 0.1.4
3
+ Version: 0.2.1
4
4
  Summary: General-purpose cybersecurity toolkit
5
5
  Author: Alicja
6
- License: MIT
6
+ License-Expression: MIT
7
7
  Project-URL: Homepage, https://pip.pathl.pl
8
8
  Project-URL: Repository, https://github.com/AlicjaPathl/pathl
9
9
  Project-URL: Documentation, https://pip.pathl.pl/docs
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pathl
3
- Version: 0.1.4
3
+ Version: 0.2.1
4
4
  Summary: General-purpose cybersecurity toolkit
5
5
  Author: Alicja
6
- License: MIT
6
+ License-Expression: MIT
7
7
  Project-URL: Homepage, https://pip.pathl.pl
8
8
  Project-URL: Repository, https://github.com/AlicjaPathl/pathl
9
9
  Project-URL: Documentation, https://pip.pathl.pl/docs
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pathl"
7
- version = "0.1.4"
7
+ version = "0.2.1"
8
8
  description = "General-purpose cybersecurity toolkit"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -13,7 +13,8 @@ authors = [
13
13
  { name = "Alicja" }
14
14
  ]
15
15
 
16
- license = { text = "MIT" }
16
+ # POPRAWIONE: licencja jako string, nie tabela
17
+ license = "MIT"
17
18
 
18
19
  dependencies = []
19
20
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes