Skip to content

Commit 4fd9f41

Browse files
author
Anatoli Kurtsevich
authored
changed package discovery to use the auto discovery (#141)
1 parent a1c7226 commit 4fd9f41

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

relationalai-sdk-snowflake/pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
[build-system]
2-
requires = ["setuptools", "setuptools-scm"]
2+
requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

5-
[tool.setuptools.packages.find]
6-
where = ["."]
7-
include = ["relationalai"]
8-
namespaces = true
9-
105
[project]
116
name = "relationalai-sdk-snowflake"
127
description = "The RelationalAI Software Development Kit for Snowflake Snowpark Python"

0 commit comments

Comments
 (0)