Skip to content

Commit

Permalink
Fix building package from source
Browse files Browse the repository at this point in the history
`pip3 install gimme-aws-creds --no-binary :all: --break-system-packages --verbose` failed because the pyproject.toml file referenced itself.  This made it impossible to deploy via homebrew
  • Loading branch information
epierce committed Apr 24, 2024
1 parent d11cc82 commit 4acc721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "setuptools-rust", "gimme_aws_creds"]
requires = ["setuptools", "setuptools-rust"]
build-backend = "setuptools.build_meta"

0 comments on commit 4acc721

Please sign in to comment.