Skip to content

Commit

Permalink
Load README from parent directory
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Feb 26, 2024
1 parent 495a54b commit 7f8c622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
find . -regex ".*\.egg-info" -exec rm -rf {} +
test -f package/kedro_viz/html/index.html || (echo "Built npm package not found; packaging process cancelled."; exit 1)
cd package && rm -rf build/ dist/
cd package && python -m build
cd package && cp ../README.md . && python -m build && rm README.md

build:
rm -rf build package/build package/dist package/kedro_viz/html pip-wheel-metadata package/kedro_viz.egg-info
Expand Down
2 changes: 1 addition & 1 deletion package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
{name = "Kedro"}
]
description = "Kedro-Viz helps visualise Kedro data and analytics pipelines"
readme = {file = "../README.md", content-type = "text/markdown"}
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.9"
keywords = [
"pipelines",
Expand Down

0 comments on commit 7f8c622

Please sign in to comment.