Skip to content

Commit

Permalink
add setuptools configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Nov 7, 2024
1 parent ab27b4c commit 291da3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libraries/dagster-contrib-notdiamond/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ dev-dependencies = [
"pyright>=1.1.386",
]

[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["dagster_contrib_notdiamond"]
2 changes: 1 addition & 1 deletion libraries/dagster-contrib-notdiamond/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 291da3c

Please sign in to comment.