Skip to content

Commit

Permalink
changed package discovery to use the auto discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
antikus committed Oct 30, 2023
1 parent a1c7226 commit 5aa1918
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions relationalai-sdk-snowflake/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
[build-system]
requires = ["setuptools", "setuptools-scm"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["."]
include = ["relationalai"]
namespaces = true

[project]
name = "relationalai-sdk-snowflake"
description = "The RelationalAI Software Development Kit for Snowflake Snowpark Python"
Expand Down

0 comments on commit 5aa1918

Please sign in to comment.