We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c530ff commit 0c681edCopy full SHA for 0c681ed
MANIFEST.in
@@ -0,0 +1,2 @@
1
+include LICENSE
2
+include *.md
pyproject.toml
@@ -103,7 +103,7 @@ urls."Release Notes" = "https://github.com/crate-workbench/cratedb-fivetran-dest
103
urls.Repository = "https://github.com/crate-workbench/cratedb-fivetran-destination"
104
105
[tool.setuptools]
106
-packages.find = {}
+packages = ["cratedb_fivetran_destination"]
107
108
[tool.ruff]
109
line-length = 100
0 commit comments