Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit c90f454

Browse files
committed
Removed persistent storage modules.
1 parent 6c898e8 commit c90f454

File tree

10 files changed

+2
-716
lines changed

10 files changed

+2
-716
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def run_tests(self):
5151
author_email="[email protected]",
5252
license="Apache 2.0",
5353
url='https://github.com/IdentityPython/oidcmsg/',
54-
packages=["oidcmsg", "oidcmsg/oauth2", "oidcmsg/oidc", 'oidcmsg/storage'],
54+
packages=["oidcmsg", "oidcmsg/oauth2", "oidcmsg/oidc"],
5555
package_dir={"": "src"},
5656
classifiers=[
5757
"Development Status :: 4 - Beta",

src/oidcmsg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Roland Hedberg"
2-
__version__ = "1.3.2"
2+
__version__ = "1.3.3"
33

44
import os
55
from typing import Dict

src/oidcmsg/storage/__init__.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)