Skip to content

Commit

Permalink
Merge pull request #8 from tjtharrison/pypi_documentation
Browse files Browse the repository at this point in the history
docs: Updated pyproject for pypi
  • Loading branch information
tjtharrison authored Apr 1, 2023
2 parents a0f8a1b + 87dbac7 commit 0a1d33a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gpush.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Usage: gpush
"""
import os
import sys

import inquirer
from git import Repo
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[tool.semantic_release]
version_variable = "setup.py:__version__"
branch = "main"
description = "Git commit helper for conventional commit messages"
readme = "README.md"
name = "gpush"
keywords = ["python", "git", "commit"]

0 comments on commit 0a1d33a

Please sign in to comment.