From b9e897aca0a5be18d2a78023de2ffc136926e8b9 Mon Sep 17 00:00:00 2001 From: Mark Sellors Date: Sat, 18 Mar 2023 00:58:14 +0000 Subject: [PATCH] Fixes incorrect URLs --- Makefile | 4 ++++ pyproject.toml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3ae006a..9062cf3 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,7 @@ all: README.md README.md: README.bashdown bashdown bashdown README.bashdown > README.md + +build: + poetry build + diff --git a/pyproject.toml b/pyproject.toml index c6936db..d0ff119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [tool.poetry] name = "bashdown" -version = "0.1.0" +version = "0.2.0" description = "Executes in-line bash in markdown files" authors = ["Mark Sellors "] readme = "README.md" -repository = "https://github.com/python-poetry/poetry" -homepage = "https://python-poetry.org/" +repository = "https://github.com/sellorm/bashdown" +homepage = "https://blog.sellorm.com/projects" [tool.poetry.dependencies]