Skip to content

Commit

Permalink
feat: update setup py file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed May 7, 2024
1 parent 8ee144c commit f77f04c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
"eth-ape>=0.7.0,<0.8",
"ecdsa>=0.19.0,<1",
], # NOTE: Add 3rd party libraries here
entry_points={
"ape_cli_subcommands": ["ape_aws=ape_aws._cli:cli"]
},
entry_points={"ape_cli_subcommands": ["ape_aws=ape_aws._cli:cli"]},
python_requires=">=3.7,<4",
extras_require=extras_require,
py_modules=["ape_aws_kms"],
Expand Down

0 comments on commit f77f04c

Please sign in to comment.