Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
update fixup script path in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Oct 27, 2021
1 parent 5fcd97a commit 60e2bf2
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 @@ -81,7 +81,7 @@
install_requires=dependencies,
extras_require={"fixup": ["libcst >= 0.2.5"]},
python_requires=">=3.6",
scripts=["scripts/fixup_credentials_v1_keywords.py"],
scripts=["scripts/fixup_iam_credentials_v1_keywords.py"],
include_package_data=True,
zip_safe=False,
)

0 comments on commit 60e2bf2

Please sign in to comment.