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

Commit 4dcb0eb

Browse files
committed
Include new storage module.
1 parent 2fa3864 commit 4dcb0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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"],
54+
packages=["oidcmsg", "oidcmsg/oauth2", "oidcmsg/oidc", 'oidcmsg/storage'],
5555
package_dir={"": "src"},
5656
classifiers=[
5757
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)