We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070ec9a commit 20bfb08Copy full SHA for 20bfb08
RELEASE.md
@@ -0,0 +1,3 @@
1
+Release type: patch
2
+
3
+Fix typo in pyproject.toml for poetry build.
pyproject.toml
@@ -30,7 +30,7 @@ include = ["src/strawberry_sqlalchemy_mapper/py.typed"]
30
"Sponsor on Open Collective" = "https://opencollective.com/strawberry-graphql"
31
32
[build-system]
33
-requres = ["poetry>=0.12"]
+requires = ["poetry>=0.12"]
34
build-backend = "poetry.masonry.api"
35
36
[tool.setuptools_scm]
0 commit comments