Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
siyoungbyun authored Jul 6, 2021
1 parent ca88110 commit 7486720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# "Programming Language :: Python :: 3.8",
# "Operating System :: OS Independent",
# ],
packages=find_packages(),
packages=["bhjwt", "bhjwt.assertions"],
# python_requires=">=3.8",
install_requires=REQUIRED_PACKAGES,
)

0 comments on commit 7486720

Please sign in to comment.