MINOR: Fix pyproject.toml readme (#14925)

This commit is contained in:
Mayur Singal 2024-01-29 17:02:31 +05:30 committed by GitHub
parent 09b5bcc97c
commit 96435a10eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "openmetadata_managed_apis" name = "openmetadata_managed_apis"
version = "1.3.0.0.dev0" version = "1.3.0.0.dev0"
dynamic = ["readme"] readme = "README.md"
authors = [ authors = [
{name = "OpenMetadata Committers"} {name = "OpenMetadata Committers"}
] ]
@ -36,8 +36,6 @@ Homepage = "https://open-metadata.org/"
Documentation = "https://docs.open-metadata.org/" Documentation = "https://docs.open-metadata.org/"
Source = "https://github.com/open-metadata/OpenMetadata" Source = "https://github.com/open-metadata/OpenMetadata"
[tool.setuptools.dynamic]
readme = {file = ["README.md"]}
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
include = ["openmetadata_managed_apis.*", "openmetadata_managed_apis"] include = ["openmetadata_managed_apis.*", "openmetadata_managed_apis"]