Skip to content

Commit

Permalink
Merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
dan1elt0m committed Jan 27, 2025
2 parents 9a96000 + e07494d commit a260239
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
name = "unitycatalog-migrate"
version = "0.1.1"
description = "Migrate catalogs from Databricks to Unity Catalog"
keywords = ["databricks", "unitycatalog", "migration"]
authors = [{name="Daniël Tom", email="[email protected]"}]
readme = "README.md"
Homepage = "https://github.com/dan1elt0m/unitycatalog-migrate"
Repository = "https://github.com/dan1elt0m/unitycatalog-migrate"
Documentation = "https://github.com/dan1elt0m/unitycatalog-migrate#readme"
requires-python = ">=3.9"
dependencies = [
"databricks-sdk>=0.41.0",
Expand All @@ -15,8 +13,9 @@ dependencies = [
]

license = {file = "LICENSE"}

keywords = ["databricks", "unitycatalog", "migration"]
Homepage = "https://github.com/dan1elt0m/unitycatalog-migrate"
Repository = "https://github.com/dan1elt0m/unitycatalog-migrate"
Documentation = "https://github.com/dan1elt0m/unitycatalog-migrate#readme"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit a260239

Please sign in to comment.