Skip to content

Commit 8e1101a

Browse files
committed
Merge branch 'master' of github.com:openid/JWTConnect-Python-CryptoJWT
2 parents c71804a + 07bb61d commit 8e1101a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
author="Roland Hedberg",
3434
author_email="[email protected]",
3535
license="Apache 2.0",
36-
packages=["cryptojwt", "cryptojwt/jwe", "cryptojwt/jwk", "cryptojwt/jws"],
36+
packages=["cryptojwt", "cryptojwt/jwe", "cryptojwt/jwk", "cryptojwt/jws", "cryptojwt/tools"],
3737
package_dir={"": "src"},
3838
classifiers=[
3939
"Development Status :: 4 - Beta",

src/cryptojwt/tools/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)