Skip to content

Commit

Permalink
Add build-system config
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Feb 25, 2024
1 parent 7139043 commit 11432db
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "exasol-bucketfs"
exclude = ["exasol", "language_container"]
packages = [
{include = "exasol_bucketfs_utils_python"}
{include = "exasol_bucketfs_utils_python"},
{exasol = "exasol_bucketfs_utils_python"}
]

version = "0.9.0"
Expand Down Expand Up @@ -79,7 +79,6 @@ module = [
]
ignore_errors = true

[tool.setuptools.packages.find]
where = ["."]
include = ["exasol_bucketfs_utils_python"]
exclude = []
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 11432db

Please sign in to comment.