openshell-shared 0.1.3__tar.gz → 0.1.4__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: openshell-shared
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Shared library for OpenShell (OSAM/OSA/OSAC)
5
5
  Author: Specter
6
6
  License: Proprietary
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: openshell-shared
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Shared library for OpenShell (OSAM/OSA/OSAC)
5
5
  Author: Specter
6
6
  License: Proprietary
@@ -1,6 +1,5 @@
1
1
  README.md
2
2
  pyproject.toml
3
- openshell_shared/__init__.py
4
3
  openshell_shared.egg-info/PKG-INFO
5
4
  openshell_shared.egg-info/SOURCES.txt
6
5
  openshell_shared.egg-info/dependency_links.txt
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "openshell-shared"
7
- version = "0.1.3"
7
+ version = "0.1.4"
8
8
  description = "Shared library for OpenShell (OSAM/OSA/OSAC)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
@@ -27,5 +27,5 @@ include-package-data = true
27
27
 
28
28
  [tool.setuptools.packages.find]
29
29
  where = ["."]
30
- include = ["openshell_shared"]
30
+ include = ["openshell_shared/*"]
31
31
  exclude = ["*__pycache__*", "*.egg-info*"]
@@ -1,7 +0,0 @@
1
- from . import api
2
- from . import cryptography
3
- from . import domain
4
- from . import identity
5
- from . import modules
6
- from . import protocols
7
- from . import standards
@@ -1 +0,0 @@
1
- openshell_shared