Skip to content

Commit

Permalink
Fix for poetry#4718
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyteapot committed Jul 7, 2022
1 parent 0ee8915 commit 4d5cd47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ classifiers = [
]
include = ["pygraphic/py.typed"]

[build-system]
requires = ["poetry>=1.2.0b1", "poetry-dynamic-versioning-plugin"]
build-backend = "poetry.masonry.api"

[tool.poetry.dependencies]
python = "^3.10"

Expand All @@ -37,3 +33,7 @@ indent = 4
combine_star = true
combine_as_imports = true
lines_after_imports = 2

[build-system]
requires = ["poetry>=1.2.0b1", "poetry-dynamic-versioning-plugin"]
build-backend = "poetry.masonry.api"

0 comments on commit 4d5cd47

Please sign in to comment.