trek10inc / awsume

A utility for easily assuming AWS IAM roles from the command line.
https://awsu.me
MIT License
485 stars 90 forks source link

Add 'configure' extra with setuptools #260

Open znd4 opened 2 weeks ago

znd4 commented 2 weeks ago

Fixes #238

I think this is the least-intrusive solution -- it could arguably be put into install_requires.

lmk if this should be paired with a callout in the docs -- one benefit of inclusion in install_requires is that it would mean no more affected users (unless including setuptools can break other stuff, which wouldn't surprise me)