ensec-cli 1.0.4__tar.gz → 1.0.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,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ensec-cli
3
- Version: 1.0.4
3
+ Version: 1.0.5
4
4
  Summary: EncryptSecureDEC Open Source CLI
5
- Requires-Python: >=3.9
5
+ Requires-Python: >=3.8
6
6
  Description-Content-Type: text/markdown
7
7
  License-File: LICENSE
8
8
  Requires-Dist: pycryptodome
@@ -0,0 +1 @@
1
+ __version__ = "1.0.5"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2025 Innovation Craft Inc. All Rights Reserved.
1
+ # Copyright (c) 2025 合同会社Anvelk Innovations. All Rights Reserved.
2
2
 
3
3
  import argparse
4
4
  import os
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ensec-cli
3
- Version: 1.0.4
3
+ Version: 1.0.5
4
4
  Summary: EncryptSecureDEC Open Source CLI
5
- Requires-Python: >=3.9
5
+ Requires-Python: >=3.8
6
6
  Description-Content-Type: text/markdown
7
7
  License-File: LICENSE
8
8
  Requires-Dist: pycryptodome
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ensec-cli"
7
- version = "1.0.4"
7
+ version = "1.0.5"
8
8
  description = "EncryptSecureDEC Open Source CLI"
9
- requires-python = ">=3.9"
9
+ requires-python = ">=3.8"
10
10
  readme = "README.md"
11
11
 
12
12
  dependencies = [
@@ -1 +0,0 @@
1
- __version__ = "1.0.4"
File without changes
File without changes
File without changes
File without changes