Skip to content

Commit 0c681ed

Browse files
committed
Project: Fix pyproject.toml about proper packaging
1 parent 2c530ff commit 0c681ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include LICENSE
2+
include *.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ urls."Release Notes" = "https://github.com/crate-workbench/cratedb-fivetran-dest
103103
urls.Repository = "https://github.com/crate-workbench/cratedb-fivetran-destination"
104104

105105
[tool.setuptools]
106-
packages.find = {}
106+
packages = ["cratedb_fivetran_destination"]
107107

108108
[tool.ruff]
109109
line-length = 100

0 commit comments

Comments
 (0)