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 748844d commit d340a31Copy full SHA for d340a31
pyproject.toml
@@ -5,10 +5,6 @@ build-backend = "setuptools.build_meta"
5
[tool.setuptools]
6
packages = ["ibis_sqlflite"]
7
8
-[tool.setuptools.packages.find]
9
-where = ["./ibis_sqlflite"] # list of folders that contain the packages (["."] by default)
10
-include = ["*"] # package names should match these glob patterns (["*"] by default)
11
-
12
[project]
13
name = "ibis-sqlflite"
14
version = "0.0.1"
0 commit comments