Skip to content

Commit

Permalink
fix deployment of tests (#103)
Browse files Browse the repository at this point in the history
fix #102
  • Loading branch information
noraj authored Jul 10, 2024
1 parent 4809e5f commit fc25f09
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 fc25f09

Please sign in to comment.