Skip to content

Commit 07bb61d

Browse files
authored
Merge pull request #17 from jschlyter/tools_fixup
Unbreak jwkgen
2 parents 5f0c0c8 + d063da3 commit 07bb61d

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)