Skip to content

Commit

Permalink
Change package file name to match values expected by homebrew
Browse files Browse the repository at this point in the history
Homebrew was missing package updated because of the file name change from gimme_aws_creds to gimme-aws-creds
  • Loading branch information
epierce committed Apr 7, 2024
1 parent d81340d commit 4174cb5
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 @@ -4,7 +4,7 @@
requirements = f.read().splitlines()

setup(
name='gimme-aws-creds',
name='gimme_aws_creds',
version='2.8.0',
install_requires=requirements,
author='Eric Pierce',
Expand Down

0 comments on commit 4174cb5

Please sign in to comment.