Skip to content

Commit

Permalink
MINOR: Fix pyproject.toml readme (#14925)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulixius9 authored Jan 29, 2024
1 parent 09b5bcc commit 96435a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openmetadata-airflow-apis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "openmetadata_managed_apis"
version = "1.3.0.0.dev0"
dynamic = ["readme"]
readme = "README.md"
authors = [
{name = "OpenMetadata Committers"}
]
Expand Down Expand Up @@ -36,8 +36,6 @@ Homepage = "https://open-metadata.org/"
Documentation = "https://docs.open-metadata.org/"
Source = "https://github.com/open-metadata/OpenMetadata"

[tool.setuptools.dynamic]
readme = {file = ["README.md"]}

[tool.setuptools.packages.find]
include = ["openmetadata_managed_apis.*", "openmetadata_managed_apis"]
Expand Down

0 comments on commit 96435a1

Please sign in to comment.