Skip to content

Commit

Permalink
Add build system section to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Feb 26, 2024
1 parent 96fc64b commit fc55d48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
- Relock dependencies
- Update abatilo/actions-poetry from `v2.1.4` to `v3.0.0`
- Update actions/setup-python from `v2` to `v5`
- Added build system section to project `pyproject.toml`
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[build-system]
requires = [
"poetry>=1.0.0",
]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "exasol-bucketfs"
packages = [
Expand Down

0 comments on commit fc55d48

Please sign in to comment.