Skip to content

Commit

Permalink
change name in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
omryMen committed Dec 3, 2024
1 parent 69c9d66 commit 5c88ece
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 @@ -18,7 +18,7 @@ def get_version():


setup(
name='bc-detect-secrets',
name='bc_detect_secrets',
python_requires='>=3.8',
packages=find_packages(exclude=(['test*', 'tmp*'])),
version=VERSION,
Expand Down

0 comments on commit 5c88ece

Please sign in to comment.