Skip to content

Commit

Permalink
pyproject.toml: Add additional data for pypi.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryneeverett committed Sep 19, 2021
1 parent f19335e commit 206822f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[tool.poetry]
name = "mkcodes"
version = "0.1.0"
version = "0.1.1"
description = "A command-line utility for pulling code blocks out of markdown files."
authors = ["ryneeverett <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/ryneeverett/mkcodes"

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 206822f

Please sign in to comment.