Skip to content

Commit

Permalink
feat: add more meta fields and package def to pyproject.toml
Browse files Browse the repository at this point in the history
This bumps patch version +1 to 0.1.2.

Signed-off-by: Kevin Morris <kevr@0cost.org>
  • Loading branch information
kevr committed Oct 21, 2021
1 parent 3f760fa commit 6148a3d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
[tool.poetry]
name = "trackbranch"
version = "0.1.0"
description = ""
version = "0.1.2"
description = "Maintain branch collection profiles for Git repositories"
authors = ["Kevin Morris <kevr@0cost.org>"]
maintainers = ["Kevin Morris <kevr@0cost.org>"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/kevr/trackbranch"
keywords = ["git", "branch", "profiles"]
packages = [
{ include = "trackbranch" },
]

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

0 comments on commit 6148a3d

Please sign in to comment.