Skip to content

Commit

Permalink
don't include exasol package to avoid issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Feb 25, 2024
1 parent 8e38746 commit 3d8800c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
[tool.poetry]
name = "exasol-bucketfs"
packages = [
{include = "exasol"},
#{include = "exasol"},
{include = "exasol_bucketfs_utils_python"}
]
include = [
{ path = "exasol" },
{ path = "exasol_bucketfs_utils_python" }
]

version = "0.9.0"
description = "BucketFS utilities for the Python programming language"

Expand Down

0 comments on commit 3d8800c

Please sign in to comment.