techservicesillinois / awscli-login

​awscli-login is an AWS CLI plugin that manages retrieving and rotating Amazon STS temporary credentials using SAML ECP for authentication with optional support for Duo.
https://pypi.org/project/awscli-login/
Other
53 stars 25 forks source link

Update Makefile to no longer expect a build directory #175

Closed ddriddle closed 7 months ago

ddriddle commented 9 months ago

python -m build does not create a build directory. Only a dist directory. Update the Makefile to reflect this. Consider using setuptools_scm from the command line to calculate the expected names in the Makefile for greater precision.