Skip to content

Commit

Permalink
Fixes incorrect URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sellorm committed Mar 18, 2023
1 parent c7eff18 commit b9e897a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ all: README.md

README.md: README.bashdown bashdown
bashdown README.bashdown > README.md

build:
poetry build

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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]
Expand Down

0 comments on commit b9e897a

Please sign in to comment.