Skip to content

Commit 4acc721

Browse files
committed
Fix building package from source
`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
1 parent d11cc82 commit 4acc721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools", "setuptools-rust", "gimme_aws_creds"]
2+
requires = ["setuptools", "setuptools-rust"]
33
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)