Skip to content

Commit

Permalink
fix deployment of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj authored May 7, 2023
1 parent 73c4d58 commit e92a630
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 @@ -39,7 +39,7 @@
long_description_content_type="text/markdown",
url="https://github.com/mBouamama/MyJWT",
entry_points={"console_scripts": ["myjwt = myjwt.myjwt_cli:myjwt_cli"]},
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=["tests*"]),
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
Expand Down

0 comments on commit e92a630

Please sign in to comment.