Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions experimental/python/LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions experimental/python/LICENSE
2 changes: 1 addition & 1 deletion experimental/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [

readme = "README.md"
requires-python = ">=3.10"
license = {file = "LICENSE"}
license = { name = "Databricks License", file = "LICENSE" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you refer to the root one directly and remove the local file?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will have to create a symlink, because you can't link files from parent directory

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed to Symlink, but I'm not sure how it works on Windows. I've manually checked that wheel is packaged correctly.


dependencies = [
]
Expand Down
Loading